Merge pull request #216 from readur/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.22
This commit is contained in:
commit
b39f9854af
|
|
@ -25,7 +25,7 @@ COPY scripts ./scripts
|
||||||
RUN cargo build --release --features stress-testing
|
RUN cargo build --release --features stress-testing
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM alpine:3.18
|
FROM alpine:3.22
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue