Skip to content

Commit 30ba761

Browse files
committed
Update golang Docker tag to v1.17.0
1 parent b497ac1 commit 30ba761

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.16.7-alpine3.13
2+
FROM golang:1.17.0-alpine3.13
33

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

0 commit comments

Comments
 (0)