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