snyk-bot
2026-01-29 02:45:31 +00:00
parent 209be7ff8a
commit bf671d3b7b
+1 -1
View File
@@ -9,7 +9,7 @@ RUN go mod download
COPY . .
RUN make build
FROM alpine:latest AS runtime
FROM alpine:3.23.3 AS runtime
LABEL description="Run container"
WORKDIR /usr/bin