From 93f0cf54fe965232917e5a09ec99036d91dc4e43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:46:17 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.83 --- distribution/docker/debian.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index a89472fb..ea41c91d 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.79-slim-bullseye AS build +FROM rust:1.83-slim-bullseye AS build RUN DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y git ca-certificates curl pkg-config libssl-dev WORKDIR /build