Skip to content

Commit

Permalink
feat: [CI-14173]: Upgraded the alpine version in the docker files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahkumar56 committed Sep 17, 2024
1 parent ca0a5cb commit 9bdc829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.17 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates

FROM alpine:3.17
FROM alpine:3.20
ENV GODEBUG netdns=go
ENV CI=true
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM arm64v8/alpine:3.12 as alpine
FROM arm64v8/alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates


FROM arm64v8/alpine:3.12
FROM arm64v8/alpine:3.20

ENV GODEBUG netdns=go
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down

0 comments on commit 9bdc829

Please sign in to comment.