chores(Dockerfile): bump alpine to 3.19

This commit is contained in:
Victor Lacasse-Beaudoin 2024-02-15 19:38:02 -05:00
parent 522b2d7041
commit 917aab7e01

View file

@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin .
# Alpine
FROM alpine:3.18
FROM alpine:3.19
WORKDIR /app