snyk-bot
2026-04-17 11:59:23 +00:00
parent 209be7ff8a
commit c0a99bc8fc

View File

@@ -9,7 +9,7 @@ RUN go mod download
COPY . .
RUN make build
FROM alpine:latest AS runtime
FROM alpine:3.23.4 AS runtime
LABEL description="Run container"
WORKDIR /usr/bin