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:
commit
d29ef1b5ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue