From 759defe2115783f85e8bf20717399007a0910063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:44:26 +0000 Subject: [PATCH] chore(deps): update rust:1.81 docker digest to a21d540 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99855e5..ca04f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN wget -O "GeoLite2-City.tar.gz" "https://download.maxmind.com/app/geoip_downl RUN tar -xzvf GeoLite2-City*.tar.gz # Rust compile container -FROM rust:1.81@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413 as build +FROM rust:1.81@sha256:a21d54019c66e3a1e7512651e9a7de99b08f28d49b023ed7220b7fe4d3b9f24e as build RUN rustup target add x86_64-unknown-linux-musl