Skip to content

Commit

Permalink
update alpine (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Mar 1, 2021
1 parent 1ec243f commit 62929fa
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 @@ -12,7 +12,7 @@ COPY . .
RUN go get github.com/markbates/pkger/cmd/pkger
RUN VERSION=$version COMMIT=$commit make build-linux

FROM alpine:3.12
FROM alpine:3.13
RUN apk --no-cache --update add ca-certificates tzdata && update-ca-certificates

USER nobody
Expand Down

0 comments on commit 62929fa

Please sign in to comment.