diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 8e6c7f1..5bfec1d 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION ARG REVISION # Build stage -FROM --platform=$BUILDPLATFORM golang:1.26.4-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.5-alpine AS builder # Install security updates and build dependencies RUN apk update && apk add --no-cache \ diff --git a/deployments/Dockerfile.single-arch b/deployments/Dockerfile.single-arch index f7f5c1b..8acbc9c 100644 --- a/deployments/Dockerfile.single-arch +++ b/deployments/Dockerfile.single-arch @@ -8,7 +8,7 @@ ARG VERSION ARG REVISION # Build stage - native architecture only -FROM golang:1.26.4-alpine AS builder +FROM golang:1.26.5-alpine AS builder # Install security updates and build dependencies RUN apk update && apk add --no-cache \