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