fix: golang 1.23 → 1.26 dans le Dockerfile backend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5dbcb1df07
commit
ad046219af
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# ── Étape 1 : Build du binaire Go ──────────────────────────────────────────
|
# ── É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)
|
# Dépendances de compilation (git pour les modules Go)
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue