Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.79 (#874)
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 Jun 13, 2024
1 parent fbe9f0e commit 4d0af56
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.78 as build
FROM --platform=linux/amd64 rust:1.79 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.78 as build
FROM --platform=linux/amd64 rust:1.79 as build

ENV RUST_BACKTRACE=full

Expand Down

0 comments on commit 4d0af56

Please sign in to comment.