Skip to content

Commit

Permalink
Merge pull request #19 from approvers/renovate/rust-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust docker tag to v1.71.1
  • Loading branch information
Sho Sakuma authored Aug 6, 2023
2 parents 5fd2a8d + cf74a97 commit 93d91a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.71.0-bullseye as Builder
FROM rust:1.71.1-bullseye as Builder

WORKDIR /root/app
COPY --chown=root:root . .
Expand Down

0 comments on commit 93d91a8

Please sign in to comment.