From b9d558372a7ad47f134ff34d2f43339fa2f311ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:19:17 -0600 Subject: [PATCH] Bump rust from 1.80.0 to 1.80.1 (#396) Bumps rust from 1.80.0 to 1.80.1. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a58b3fcd..afc977f9 100644 --- a/Dockerfile.build_binary +++ b/Dockerfile.build_binary @@ -1,4 +1,4 @@ -FROM rust:1.80.0 as builder +FROM rust:1.80.1 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 818a7804..9fb5dbf5 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM rust:1.80.0 as builder +FROM rust:1.80.1 as builder WORKDIR /tmp/acars_router # hadolint ignore=DL3008,DL3003,SC1091 RUN set -x && \