diff --git a/Dockerfile b/Dockerfile index 7ead14e..cd808d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine +FROM golang:1.20-alpine # Set the Current Working Directory inside the container WORKDIR /app