File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
15
15
fi
16
16
RUN chmod +x pyrra
17
17
18
- FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.21.0 AS runner
18
+ FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.21.2 AS runner
19
19
WORKDIR /
20
20
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
21
21
USER 65533
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
24
24
fi
25
25
RUN chmod +x pyrra
26
26
27
- FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.21.0 AS runner
27
+ FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.21.2 AS runner
28
28
WORKDIR /
29
29
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
30
30
COPY --chown=0:0 --from=go-builder /go/bin/dlv /usr/bin/dlv
You can’t perform that action at this time.
0 commit comments