diff --git a/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile b/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile index a8281220..3c27635c 100644 --- a/Chapter_10_Deploying_Go/mosaic-docker/Dockerfile +++ b/Chapter_10_Deploying_Go/mosaic-docker/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 +FROM golang:1.22rc2-bookworm # Copy the local package files to the container's workspace. ADD . /go/src/github.com/sausheong/mosaicgo