use 1.25
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 42s

This commit is contained in:
2025-11-23 16:36:57 +01:00
parent 3418919ae2
commit 5fdb97b03d

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------
# 1. Build stage
# ------------------------------------------------------------
FROM golang:1.22-alpine AS builder
FROM golang:1.25-alpine AS builder
# Install build tools
RUN apk add --no-cache git