mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
set application stage image to alpine:3.16
This commit is contained in:
parent
60e1a3bf68
commit
3aea9c6b41
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
|
||||
FROM alpine:3.16
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue