diff --git a/Dockerfile b/Dockerfile index 9616541..dfdd769 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:latest +FROM golang:1.23rc2 # Set the Current Working Directory inside the container WORKDIR /app