Update Dockerfile.alpine

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2025-06-02 20:47:14 +02:00 committed by GitHub
commit 93f44f5af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.24-alpine3.21 AS builder
FROM golang:1.24-alpine3.22 AS builder
ENV GOFLAGS="-mod=readonly"