snyk-bot
2026-06-16 15:19:06 +00:00
parent 209be7ff8a
commit 6683701b72
+1 -1
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.24.1 AS runtime
LABEL description="Run container"
WORKDIR /usr/bin