fix(Dockerfile): utiliser version de alpine qui existe actually

This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-03 17:06:10 -04:00
parent d29ef1b5ef
commit 0640395fd2

View file

@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 go build -a -o bottin .
# Alpine # Alpine
FROM alpine:3.20.3 FROM alpine:3.20.2
WORKDIR /app WORKDIR /app