Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
chore(deps): update alpine docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 7746e16 commit 13c60b0
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,6 +10,6 @@ ENTRYPOINT ["/usr/bin/twilight"]
RUN go mod vendor
RUN make CGO_ENABLED=0

FROM alpine:3.11
FROM alpine:3.13
RUN apk add --no-cache ca-certificates
COPY --from=builder /src/app/bin/twilight /usr/bin/twilight

0 comments on commit 13c60b0

Please sign in to comment.