Update Dockerfile.alpine

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-12-09 20:23:23 +01:00 committed by GitHub
commit 1338981372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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