From 6b7baaa5c40e50467fa7b2b493eaa9fa8c453d87 Mon Sep 17 00:00:00 2001 From: jmueller42 <64246192+jmueller42@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:18:58 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d842231..fd78f20e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq # Go builder. -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine3.21 AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.24-alpine3.21 AS builder ARG appVersion=latest RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev binutils-gold