Merge pull request #21 from 0xSebin/snyk-fix-edf1d074780ee2c771048c0fd1682069

[Snyk] Security upgrade alpine from 3.16 to 3.21.1
This commit is contained in:
Sebin Thomas 2025-01-10 19:51:36 +05:30 committed by GitHub
commit c55a6fcd50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.16
FROM alpine:3.21.1
WORKDIR /app