diff --git a/Dockerfile b/Dockerfile index 1f46065..88ceb4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.6 AS build +FROM golang:1.24.1 AS build WORKDIR /app