diff --git a/Dockerfile b/Dockerfile index c8711a16..d7c17458 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.18.4 AS runner +FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.18.5 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 84a5bbd8..36c7d144 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.18.4 AS runner +FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.18.5 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