Skip to content

Commit f8702bf

Browse files
authored
Merge pull request #5 from jonashackt/renovate/golang-1.x
Update golang Docker tag to v1.16.5
2 parents 6e69511 + 630c657 commit f8702bf

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

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

0 commit comments

Comments
 (0)