diff --git a/Dockerfile b/Dockerfile index 9e6f65b..57315fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Alpine as the base image -FROM golang:latest +FROM golang:alpine # Set the Current Working Directory inside the container WORKDIR /app