Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.11 (#35)
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.11
  • Loading branch information
moul authored Dec 23, 2019
2 parents b7a87e1 + ca677af commit 237d125
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 @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.10
FROM alpine:3.11
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="golang-repo-template" \
org.label-schema.description="" \
Expand Down

0 comments on commit 237d125

Please sign in to comment.