Skip to content

Commit

Permalink
Update all Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 7, 2021
1 parent 73d252d commit 3c65655
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions portfolio_backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion portfolio_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rocket = { version = "0.4.7", default-features = false }
rocket_cors = { version = "0.5.2", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = "0.2.25"
tokio = "0.3.7"
uuid = { version = "0.8", features = ["v4"] }

[dependencies.rocket_contrib]
Expand Down
2 changes: 1 addition & 1 deletion portfolio_backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##### Build Image #####
FROM rust:1.51 as builder
FROM rust:1.52 as builder

# Don't download Rust docs
RUN rustup set profile minimal
Expand Down

0 comments on commit 3c65655

Please sign in to comment.