mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
fix: Dockerfile.synchronizer to reduce vulnerabilities
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.23.3 AS runtime
|
||||
LABEL description="Run container"
|
||||
|
||||
WORKDIR /usr/bin
|
||||
|
||||
Reference in New Issue
Block a user