diff --git a/Dockerfile b/Dockerfile index a3247c3..571f10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Start from a Debian image with the latest version of Go installed # and a workspace (GOPATH) configured at /go. -FROM golang:1.25.6 +FROM golang:1.25.7 # Copy the local package files to the container's workspace. ADD . /go/src/github.com/compscidr/goblog/