Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rtkay123 committed Feb 11, 2024
1 parent 18659e1 commit 8c36740
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.17.0
FROM alpine:3.19.1

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.17.0
FROM alpine:3.19.1

RUN apk add --no-cache libgcc

Expand Down

0 comments on commit 8c36740

Please sign in to comment.