From 3df6f22a98f8d0b0fc77a258ff793365b9b140fe Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 8 Oct 2022 16:17:13 +0000 Subject: [PATCH] :arrow_up: rust 1.64 for ptth_quic's relay app --- prototypes/quic_demo/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prototypes/quic_demo/Dockerfile b/prototypes/quic_demo/Dockerfile index 4e7e283..11b38a4 100644 --- a/prototypes/quic_demo/Dockerfile +++ b/prototypes/quic_demo/Dockerfile @@ -1,8 +1,8 @@ # https://whitfin.io/speeding-up-rust-docker-builds/ # TODO: https://stackoverflow.com/questions/57389547/how-to-define-the-context-for-a-docker-build-as-a-specific-commit-on-one-of-the -# rust:1.50-slim-buster -FROM rust@sha256:5dd85eb0c60bbdea14a6ecba1f6fe4a0f5c878bcf06d2cdfae0aff3a19ed4b10 as build +# rust:1.64-slim-buster +FROM rust@sha256:7da4fbd2dc7176746e8e5c371aeb0bbe742598c4906fa48cb2d87a4b89d50357 as build WORKDIR / ENV USER root