Merge pull request #1195 from strukturag/dependabot/docker/docker/server/golang-1.26-alpine

Bump golang from 1.25-alpine to 1.26-alpine in /docker/server
This commit is contained in:
Joachim Bauch 2026-02-12 10:46:04 +01:00 committed by GitHub
commit d0cfa058d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine AS builder
ARG TARGETARCH
ARG TARGETOS