mirror of
https://github.com/chubin/wttr.in.git
synced 2024-11-07 08:44:23 +01:00
set application stage image to alpine:3.16
This commit is contained in:
parent
60e1a3bf68
commit
3aea9c6b41
@ -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 New Issue
Block a user