diff --git a/Dockerfile b/Dockerfile index 480494b..e708ea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.3 AS build +FROM golang:1.24.4 AS build WORKDIR /app ARG appVersion=""