Skip to content

Commit

Permalink
Update alpine Docker tag to v3.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and damoon committed May 23, 2021
1 parent ea5fc36 commit 0f806ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY pkg pkg
RUN go install -ldflags="-X main.gitRef=${SOURCE_BRANCH} -X main.gitHash=${SOURCE_COMMIT}" -installsuffix cgo ./cmd/wedding

###############################################################
FROM alpine:3.13.1 AS prod
FROM alpine:3.13.5 AS prod

# skopeo
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community skopeo
Expand Down

0 comments on commit 0f806ff

Please sign in to comment.