Skip to content

Commit

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

---
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>
Co-authored-by: Eric Chlebek <echlebek@gmail.com>
  • Loading branch information
dependabot[bot] and echlebek authored Jul 30, 2024
1 parent 8799ed1 commit da6b48a
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.1 as certs
FROM alpine:3.20.2 as certs
RUN apk --update add ca-certificates

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

FROM debian:12.6 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.1 as certs
FROM alpine:3.20.2 as certs
RUN apk --update add ca-certificates

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

FROM debian:12.6 as systemd
Expand Down

0 comments on commit da6b48a

Please sign in to comment.