Skip to content

Commit

Permalink
chore: update rust version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 28, 2024
1 parent 7661bd4 commit 7bc3a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### install packages
FROM rust:1.76-slim-bullseye AS deps
FROM rust:1.79-slim-bullseye AS deps
WORKDIR /ic-ws-gateway
# this takes a while due to crates index update, so we do it first
RUN cargo install cargo-chef
Expand Down

0 comments on commit 7bc3a45

Please sign in to comment.