diff --git a/Dockerfile b/Dockerfile index e719da8..c4f3d81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.1 AS build +FROM golang:1.26rc2 AS build WORKDIR /app ARG appVersion=""