Skip to content

Commit b408e64

Browse files
chore(deps): update alpine docker tag to v3.21
1 parent a61f843 commit b408e64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

distributions/otelcol-contrib/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 as certs
1+
FROM alpine:3.21 as certs
22
RUN apk --update add ca-certificates
33

44
FROM scratch

distributions/otelcol-k8s/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 as certs
1+
FROM alpine:3.21 as certs
22
RUN apk --update add ca-certificates
33

44
FROM scratch

distributions/otelcol-otlp/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 as certs
1+
FROM alpine:3.21 as certs
22
RUN apk --update add ca-certificates
33

44
FROM scratch

distributions/otelcol/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 as certs
1+
FROM alpine:3.21 as certs
22
RUN apk --update add ca-certificates
33

44
FROM scratch

0 commit comments

Comments
 (0)