Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 6589faf commit 3fa5ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0

ENV RUSTFLAGS="-C target-feature=-crt-static"

Expand All @@ -12,7 +12,7 @@ COPY . .

RUN /root/.cargo/bin/cargo build --release --all-features

FROM alpine:3.20.3
FROM alpine:3.21.0

RUN apk add --no-cache libgcc

Expand Down

0 comments on commit 3fa5ed0

Please sign in to comment.