diff --git a/Dockerfile b/Dockerfile index 999203e..779c26c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.0 AS build +FROM golang:1.26.2 AS build WORKDIR /app ARG appVersion=""