Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.81 (#925)
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 Sep 6, 2024
1 parent 3031bbb commit ca794c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/advanced/router-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rust:1.80 as build
FROM --platform=linux/amd64 rust:1.81 as build

ENV RUST_BACKTRACE=full

Expand Down
2 changes: 1 addition & 1 deletion supergraph/router-rust-plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rust:1.80 as build
FROM --platform=linux/amd64 rust:1.81 as build

ENV RUST_BACKTRACE=full

Expand Down

0 comments on commit ca794c7

Please sign in to comment.