Merge pull request 'chores(Dockerfile): bump alpine -> 3.20.3' (#65) from vlbeaudoin/chores/bump-alpine into main

Reviewed-on: #65
This commit is contained in:
Victor Lacasse-Beaudoin 2024-09-03 17:03:09 -04:00
commit d29ef1b5ef

View file

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