mirror of
https://github.com/paralus/paralus.git
synced 2026-08-20 03:46:21 +00:00
fix: Dockerfile.synchronizer 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:
@@ -6,7 +6,7 @@ COPY . /build
|
||||
WORKDIR /build
|
||||
RUN go build -ldflags "-s" -o start-sync scripts/kratos/providers_sync.go
|
||||
|
||||
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