mirror of
https://github.com/paralus/paralus.git
synced 2026-08-21 20:36:30 +00:00
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304661 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304662 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304663 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304664 - https://snyk.io/vuln/SNYK-ALPINE324-OPENSSL-17304665
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN make build
|
||||
|
||||
FROM alpine:latest AS runtime
|
||||
FROM alpine:3.24.1 AS runtime
|
||||
LABEL description="Run container"
|
||||
|
||||
WORKDIR /usr/bin
|
||||
|
||||
Reference in New Issue
Block a user