Skip to content

Commit

Permalink
Update golang Docker tag to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 8, 2021
1 parent 30ba761 commit 5b9284f
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 @@
# We need a golang build environment first
FROM golang:1.17.0-alpine3.13
FROM golang:1.17.2-alpine3.13

WORKDIR /go/src/app
ADD hello-world.go /go/src/app
Expand Down

0 comments on commit 5b9284f

Please sign in to comment.