diff --git a/Dockerfile b/Dockerfile index c4ae90d..fc143b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint -FROM python:3.12.2-alpine AS runtime-stage +FROM python:3.12.3-alpine AS runtime-stage RUN apk --no-cache add git openssh tar