diff --git a/Dockerfile b/Dockerfile index 8535cbd..798bfa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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