chores(Dockerfile): bump alpine to 3.19 #52

Merged
vlbeaudoin merged 1 commit from chores/bump-alpine-3.19 into main 2024-02-15 19:38:44 -05:00
Showing only changes of commit 917aab7e01 - Show all commits

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