Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.18.4 to 3.18.5 (#1357)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 to 3.18.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2023
1 parent 9c09e25 commit bcd425d
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.18.4 as certs
FROM alpine:3.18.5 as certs
RUN apk --update add ca-certificates

FROM alpine:3.18.4 as directories
FROM alpine:3.18.5 as directories
RUN mkdir /etc/otel/

FROM debian:12.2 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.18.4 as certs
FROM alpine:3.18.5 as certs
RUN apk --update add ca-certificates

FROM alpine:3.18.4 as directories
FROM alpine:3.18.5 as directories
RUN mkdir /etc/otel/

FROM debian:12.2 as systemd
Expand Down

0 comments on commit bcd425d

Please sign in to comment.