Skip to content

Commit

Permalink
alpine:3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Sep 1, 2022
1 parent 5329ed3 commit c19aee4
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.16.2
FROM alpine:3.16

RUN apk add --update ca-certificates

Expand Down

0 comments on commit c19aee4

Please sign in to comment.