This commit is contained in:
cangui 2025-05-06 18:52:55 +02:00
parent 1ac107ee5c
commit f9de2cafcc

View File

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