Skip to content

Commit f741529

Browse files
build(deps): bump alpine from 3.21.0 to 3.21.2
Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d2d5ad commit f741529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
1515
fi
1616
RUN chmod +x pyrra
1717

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
1919
WORKDIR /
2020
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
2121
USER 65533

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
2424
fi
2525
RUN chmod +x pyrra
2626

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
2828
WORKDIR /
2929
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
3030
COPY --chown=0:0 --from=go-builder /go/bin/dlv /usr/bin/dlv

0 commit comments

Comments
 (0)