Skip to content

Commit

Permalink
fix: use MSRV for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Aug 29, 2024
1 parent 5c8ece0 commit 79e1388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM --platform="${BUILDPLATFORM}" rust:1.70.0-slim
FROM --platform="${BUILDPLATFORM}" rust:1.76.0-slim
USER 0:0
WORKDIR /home/rust/src

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.useCurrentArch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM rust:1.70.0-slim
FROM rust:1.76.0-slim
USER 0:0
WORKDIR /home/rust/src

Expand Down

0 comments on commit 79e1388

Please sign in to comment.