From 7bc3a45de876d6864d4e4b8e0a28205f00cea5a1 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Mon, 28 Oct 2024 23:40:10 +0100 Subject: [PATCH] chore: update rust version in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b617034..4e08d98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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