Skip to content

Commit 58fea77

Browse files
authored
Merge pull request #264 from compscidr/renovate/golang-1.x
Update golang Docker tag to v1.21.4
2 parents 8b28be7 + 87c27a5 commit 58fea77

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,6 +1,6 @@
11
# Start from a Debian image with the latest version of Go installed
22
# and a workspace (GOPATH) configured at /go.
3-
FROM golang:1.21.3
3+
FROM golang:1.21.4
44

55
# Copy the local package files to the container's workspace.
66
ADD . /go/src/github.com/compscidr/goblog/

0 commit comments

Comments
 (0)