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