Skip to content

Commit

Permalink
Merge branch 'main' into add-msi-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored Dec 10, 2024
2 parents f0293b0 + e9680b2 commit 56d5433
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distributions/otelcol-contrib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as certs
FROM alpine:3.21 as certs
RUN apk --update add ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-k8s/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as certs
FROM alpine:3.21 as certs
RUN apk --update add ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-otlp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as certs
FROM alpine:3.21 as certs
RUN apk --update add ca-certificates

FROM scratch
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20 as certs
FROM alpine:3.21 as certs
RUN apk --update add ca-certificates

FROM scratch
Expand Down

0 comments on commit 56d5433

Please sign in to comment.