Skip to content

Commit

Permalink
Merge pull request #173 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.16
  • Loading branch information
moul committed Apr 13, 2021
2 parents 6f5d140 + cecd8f3 commit cd11a74
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
@@ -1,5 +1,5 @@
# builder
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk --no-cache add make git go rsync libc-dev
RUN go get -u golang.org/x/tools/cmd/goimports
RUN go get -u github.com/gobuffalo/packr/v2/packr2
Expand Down

0 comments on commit cd11a74

Please sign in to comment.