chore(deps): update alpine docker tag to v3.23 (#367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-12-07 01:38:51 +00:00 committed by GitHub
parent 5742344f5d
commit 2ec06e4b20
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.22
FROM alpine:3.23
# Install runtime dependencies
RUN apk add --no-cache \