From a90eb3fe89fec5f2e8bfe90838bd207b10c58943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:03:24 +0000 Subject: [PATCH] Bump rust from 1.72.1-bullseye to 1.73.0-bullseye Bumps rust from 1.72.1-bullseye to 1.73.0-bullseye. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.build_binary | 2 +- Dockerfile.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.build_binary b/Dockerfile.build_binary index 9d10c763..f49ff57d 100644 --- a/Dockerfile.build_binary +++ b/Dockerfile.build_binary @@ -1,4 +1,4 @@ -FROM rust:1.72.1-bullseye as builder +FROM rust:1.73.0-bullseye as builder ENV CARGO_NET_GIT_FETCH_WITH_CLI=true WORKDIR /tmp/acars_router # hadolint ignore=DL3008,DL3003,SC1091,DL3009 diff --git a/Dockerfile.local b/Dockerfile.local index 7d225bfa..abc5f431 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM rust:1.72.1-bullseye as builder +FROM rust:1.73.0-bullseye as builder WORKDIR /tmp/acars_router # hadolint ignore=DL3008,DL3003,SC1091 RUN set -x && \