fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410
- https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410
pull/1040/head^2
snyk-bot 4 weeks ago
parent d71bf980a2
commit 385e093fb2
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

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

Loading…
Cancel
Save