diff --git a/backend/Dockerfile b/backend/Dockerfile index c8d49fe..a6f5e2b 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ # ── Étape 1 : Build du binaire Go ────────────────────────────────────────── -FROM golang:1.23-alpine AS builder +FROM golang:1.26-alpine AS builder # Dépendances de compilation (git pour les modules Go) RUN apk add --no-cache git