update dockerfile to latest go version

This commit is contained in:
Robin Olsen
2026-03-18 14:55:42 +01:00
parent 08d9f741ea
commit ed018b5396

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25.6-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.1-alpine AS builder
WORKDIR /app
RUN apk add --no-cache git ca-certificates tzdata