From 3a162dc5cb854541fcd5799ec947d2f3b1f9c627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:20:04 +0000 Subject: [PATCH] build(deps): bump rust from 1.83.0 to 1.84.0 Bumps rust from 1.83.0 to 1.84.0. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 160938e..60be27c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Example for a slim/fat container setup -FROM rust:1.83.0 as cntr +FROM rust:1.84.0 as cntr RUN rustup target add x86_64-unknown-linux-musl RUN curl -sL https://github.com/Mic92/docker-pid/releases/download/1.0.2/docker-pid-linux-amd64 \ > /usr/bin/docker-pid && \