mirror of
https://github.com/chubin/wttr.in
synced 2025-01-11 11:38:45 +00:00
Merge pull request #21 from 0xSebin/snyk-fix-edf1d074780ee2c771048c0fd1682069
[Snyk] Security upgrade alpine from 3.16 to 3.21.1
This commit is contained in:
commit
c55a6fcd50
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN go get -u github.com/mattn/go-colorable && \
|
|||
cd /app && CGO_ENABLED=0 go build .
|
||||
|
||||
# Application stage
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.21.1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue