snyk-bot
2026-06-16 15:18:25 +00:00
parent 209be7ff8a
commit f063e01ad8
+1 -1
View File
@@ -9,7 +9,7 @@ RUN go mod download
COPY . .
RUN make build
FROM alpine:latest AS runtime
FROM alpine:3.24.1 AS runtime
LABEL description="Run container"
WORKDIR /usr/bin