This commit is contained in:
cangui 2025-05-06 18:53:53 +02:00
parent f9de2cafcc
commit 7e0a59e7cf

View File

@ -1,5 +1,5 @@
# Build stage
FROM golang:1.21-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app
COPY go.mod go.sum ./