Dockerfile: bump golang base 1.23 → 1.24
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m19s

go-redis bumped go.mod's directive to 1.24 ; builder must match
(otherwise 'go mod download' fails).
This commit is contained in:
2026-05-09 13:59:36 +02:00
parent 07115e3162
commit a6e2ef19b5

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
WORKDIR /app WORKDIR /app
COPY go.mod go.sum ./ COPY go.mod go.sum ./