mirror of
https://github.com/paralus/paralus.git
synced 2026-05-27 18:53:03 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 - https://snyk.io/vuln/SNYK-ALPINE323-MUSL-16008603 - https://snyk.io/vuln/SNYK-ALPINE323-MUSL-16032072 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993253 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993258
This commit is contained in:
@@ -9,7 +9,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN make build
|
||||
|
||||
FROM alpine:latest AS runtime
|
||||
FROM alpine:3.23.4 AS runtime
|
||||
LABEL description="Run container"
|
||||
|
||||
WORKDIR /usr/bin
|
||||
|
||||
Reference in New Issue
Block a user