Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.20.0 to 3.20.1 (#1608)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 76db872 commit afea222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN tar czhf otelcol.tar.gz /otelcol-sumo $(ldd /otelcol-sumo | grep -oP "\/.*?
# however, we can copy full directory as root (/) to be base file structure for scratch image
RUN mkdir /output && tar xf /otelcol.tar.gz --directory /output

FROM alpine:3.20.0 as certs
FROM alpine:3.20.1 as certs
RUN apk --update add ca-certificates

FROM alpine:3.20.0 as directories
FROM alpine:3.20.1 as directories
RUN mkdir /etc/otel/

FROM debian:12.5 as systemd
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile_local
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apk --update add make gcc g++ curl git
RUN make install-builder BUILDER_BIN_PATH=/bin
RUN make build BUILDER_BIN_PATH=/bin

FROM alpine:3.20.0 as certs
FROM alpine:3.20.1 as certs
RUN apk --update add ca-certificates

FROM alpine:3.20.0 as directories
FROM alpine:3.20.1 as directories
RUN mkdir /etc/otel/

FROM debian:12.5 as systemd
Expand Down

0 comments on commit afea222

Please sign in to comment.