Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.83 (#957)
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 3, 2024
1 parent 243504f commit b50bed5
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.82 as build
FROM --platform=linux/amd64 rust:1.83 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.82 as build
FROM --platform=linux/amd64 rust:1.83 as build

ENV RUST_BACKTRACE=full

Expand Down

0 comments on commit b50bed5

Please sign in to comment.