We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cc10db + ecabb0c commit b268c58Copy full SHA for b268c58
Dockerfile
@@ -1,6 +1,6 @@
1
# Start from a Debian image with the latest version of Go installed
2
# and a workspace (GOPATH) configured at /go.
3
-FROM golang:1.22.5
+FROM golang:1.22.6
4
5
# Copy the local package files to the container's workspace.
6
ADD . /go/src/github.com/compscidr/goblog/
0 commit comments