diff --git a/Dockerfile b/Dockerfile index 5b74a08..b64b384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1 +FROM golang:1.23.2 # Set destination for COPY WORKDIR /app