Skip to content

Commit

Permalink
Merge pull request #5 from codefresh-io/CR-6065
Browse files Browse the repository at this point in the history
fix vuln
  • Loading branch information
kim-codefresh authored Aug 31, 2021
2 parents d09e409 + 62e9217 commit 73381ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN env CGO_ENABLED=0 go build -ldflags="-s -w"

FROM alpine:3.12.3
FROM alpine:3.14

RUN apk add --update ca-certificates

Expand Down

0 comments on commit 73381ca

Please sign in to comment.