Skip to content

Commit e9680b2

Browse files
chore(deps): update alpine docker tag to v3.21 (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a61f843 commit e9680b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

distributions/otelcol-contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)