Skip to content

Commit

Permalink
bump alpine base image to 3.16 (#205)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Oct 3, 2022
1 parent 9935659 commit 3936526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions distributions/otelcol-contrib/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.13 as certs
FROM alpine:3.16 as certs
RUN apk --update add ca-certificates

FROM alpine:3.13 AS otelcol-contrib
FROM alpine:3.16 AS otelcol-contrib
COPY otelcol-contrib /otelcol-contrib
# Note that this shouldn't be necessary, but in some cases the file seems to be
# copied with the execute bit lost (see #1317)
Expand Down
4 changes: 2 additions & 2 deletions distributions/otelcol/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.13 as certs
FROM alpine:3.16 as certs
RUN apk --update add ca-certificates

FROM alpine:3.13 AS otelcol
FROM alpine:3.16 AS otelcol
COPY otelcol /otelcol
# Note that this shouldn't be necessary, but in some cases the file seems to be
# copied with the execute bit lost (see #1317)
Expand Down

0 comments on commit 3936526

Please sign in to comment.