Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21 (#766)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent a61f843 commit e9680b2
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 e9680b2

Please sign in to comment.