diff --git a/Dockerfile b/Dockerfile index e35bb02..793c0e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.5 AS build +FROM golang:1.24.6 AS build WORKDIR /app ARG appVersion=""