diff --git a/Dockerfile b/Dockerfile index 796f79fe..66ed2445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \ fi RUN chmod +x pyrra -FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.1 AS runner +FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.2 AS runner WORKDIR / COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra USER 65533 diff --git a/Dockerfile.dev b/Dockerfile.dev index 2617f482..3f8cebd3 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -24,7 +24,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \ fi RUN chmod +x pyrra -FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.1 AS runner +FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.2 AS runner WORKDIR / COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra COPY --chown=0:0 --from=go-builder /go/bin/dlv /usr/bin/dlv