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