diff --git a/Dockerfile b/Dockerfile index 36b4c91..c8cc7bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start with a base Golang image -FROM golang:1.23rc2-alpine +FROM golang:1.23.1-alpine # Set the working directory inside the container WORKDIR /app