Skip to content

Commit 5b9284f

Browse files
committed
Update golang Docker tag to v1.17.2
1 parent 30ba761 commit 5b9284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# We need a golang build environment first
2-
FROM golang:1.17.0-alpine3.13
2+
FROM golang:1.17.2-alpine3.13
33

44
WORKDIR /go/src/app
55
ADD hello-world.go /go/src/app

0 commit comments

Comments
 (0)