Merge pull request 'chores(Dockerfile): bump alpine to 3.19' (#52) from chores/bump-alpine-3.19 into main

Reviewed-on: #52
This commit is contained in:
Victor Lacasse-Beaudoin 2024-02-15 19:38:42 -05:00
commit 369332db26

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