Merge pull request #893 from AlvinRamoutar/master

set application stage image to alpine:3.16
pull/938/head
Igor Chubin 6 months ago committed by GitHub
commit 6daeb811d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save