mirror of
https://github.com/chubin/wttr.in
synced 2025-01-11 11:38:45 +00:00
Bump alpine from 3.16 to 3.19
Bumps alpine from 3.16 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
16e1883e62
commit
366b20fc72
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.19
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue