Skip to content

Commit

Permalink
feat: bump pinned rust version to 1.65
Browse files Browse the repository at this point in the history
 lockfile update is from binary dist PR shuttle-hq#483
  • Loading branch information
oddgrd committed Dec 1, 2022
1 parent 961964a commit ea58453
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
executors:
docker-rust:
docker:
- image: cimg/rust:1.64.0
- image: cimg/rust:1.65.0
image-ubuntu:
machine:
image: ubuntu-2204:2022.04.1
Expand Down
23 changes: 23 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile-upstream:1.4.0-rc1
FROM rust:1.64.0-buster as shuttle-build
FROM rust:1.65.0-buster as shuttle-build
RUN apt-get update &&\
apt-get install -y curl protobuf-compiler
RUN cargo install cargo-chef
Expand All @@ -21,7 +21,7 @@ COPY --from=cache /build .
ARG folder
RUN cargo build --bin shuttle-${folder}

FROM rust:1.64.0-buster as shuttle-common
FROM rust:1.65.0-buster as shuttle-common
RUN apt-get update &&\
apt-get install -y curl
RUN rustup component add rust-src
Expand Down

0 comments on commit ea58453

Please sign in to comment.