diff --git a/Dockerfile b/Dockerfile index caeb8e2..c3c70d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build ARG VERSION="dev" ARG TARGETARCH