Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump alpine from 3.20.2 to 3.20.3 #1669

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2 AS certs
FROM alpine:3.20.3 AS certs
RUN apk --update add ca-certificates

FROM alpine:3.20.2 AS directories
FROM alpine:3.20.3 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.2 AS certs
FROM alpine:3.20.3 AS certs
RUN apk --update add ca-certificates

FROM alpine:3.20.2 AS directories
FROM alpine:3.20.3 AS directories
RUN mkdir /etc/otel/

FROM debian:12.6 AS systemd
Expand Down
Loading