diff --git a/Dockerfile b/Dockerfile index fb330ddb..ab9faca3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Use the official golang image to build the binary. -FROM golang:1.24-alpine3.21 AS builder +FROM golang:1.25-alpine3.21 AS builder ARG TARGETOS ARG TARGETARCH