Merge pull request #893 from AlvinRamoutar/master

set application stage image to alpine:3.16
This commit is contained in:
Igor Chubin 2023-10-31 20:18:31 +01:00 committed by GitHub
commit 6daeb811d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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