diff --git a/Dockerfile b/Dockerfile index 64159e7..90777d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM golang:1.21.8 +FROM golang:1.23.2 # Set destination for COPY WORKDIR /app