fix: Dockerfile.synchronizer to reduce vulnerabilities

This commit is contained in:
snyk-bot
2026-01-28 13:54:00 +00:00
parent 209be7ff8a
commit 9eadd8a807

View File

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