diff --git a/examples/hot-reload-container-restart/Dockerfile b/examples/hot-reload-container-restart/Dockerfile index 85ec9af77..b42b97084 100644 --- a/examples/hot-reload-container-restart/Dockerfile +++ b/examples/hot-reload-container-restart/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine +FROM golang:1.26rc2-alpine ADD . /go/src/app WORKDIR /go/src/app