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