diff --git a/dockerfile b/dockerfile index 76f6915..2d2d4ce 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,5 @@ # Use the official Go image as the base image -FROM golang:1.23.4 +FROM golang:1.24rc3 # Set the working directory inside the container WORKDIR /go/src/app