chore(deps): update alpine docker tag to v3.22

This commit is contained in:
renovate[bot]
2025-09-27 00:20:03 +00:00
committed by GitHub
parent 195887b48f
commit d41003926b

View File

@@ -25,7 +25,7 @@ COPY scripts ./scripts
RUN cargo build --release --features stress-testing
# Runtime stage
FROM alpine:3.18
FROM alpine:3.22
# Install runtime dependencies
RUN apk add --no-cache \