Skip to content

Commit

Permalink
go cve upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay084 committed Jul 18, 2023
1 parent 02f5428 commit 5c62fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18 as alpine
FROM alpine:3.17 as alpine
RUN apk add -U --no-cache ca-certificates

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


Expand Down

0 comments on commit 5c62fb3

Please sign in to comment.