Merge pull request #216 from readur/renovate/alpine-3.x

chore(deps): update alpine docker tag to v3.22
This commit is contained in:
Jon Fuller 2025-09-26 22:03:00 -07:00 committed by GitHub
commit b39f9854af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 \