diff --git a/Dockerfile b/Dockerfile index 058f9dc..bb56e89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from the latest golang base image -FROM golang:1.20.4-alpine +FROM golang:1.21.3-alpine # Set the Current Working Directory inside the container WORKDIR /app # Copy go mod and sum files