Skip to content

Commit

Permalink
Merge pull request #193 from slok/dependabot/docker/docker/prod/golan…
Browse files Browse the repository at this point in the history
…g-1.17.3-alpine
  • Loading branch information
slok authored Nov 5, 2021
2 parents 81fb610 + cebc71b commit 820fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Set also `ARCH` ARG here so we can use it on all the `FROM`s.
ARG ARCH

FROM golang:1.17.2-alpine as build-stage
FROM golang:1.17.3-alpine as build-stage

RUN apk --no-cache add \
g++ \
Expand Down

0 comments on commit 820fbb3

Please sign in to comment.