mirror of
https://github.com/readur/readur.git
synced 2025-12-30 19:10:22 -06:00
Merge pull request #216 from readur/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.22
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user