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