From 28f9ccab9cc5cb0c95273cb834732f8694b48507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:32:34 +0000 Subject: [PATCH] chore(deps): Bump rust from 1.79.0-bullseye to 1.80.0-bullseye Bumps rust from 1.79.0-bullseye to 1.80.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 083a0b7..2624128 100644 --- a/Dockerfile.build_binary +++ b/Dockerfile.build_binary @@ -1,4 +1,4 @@ -FROM rust:1.79.0-bullseye as builder +FROM rust:1.80.0-bullseye as builder ENV CARGO_NET_GIT_FETCH_WITH_CLI=true WORKDIR /tmp/acars_oxide # hadolint ignore=DL3008,DL3003,SC1091,DL3009 diff --git a/Dockerfile.local b/Dockerfile.local index ca74777..14cfd3f 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM rust:1.79.0-bullseye as builder +FROM rust:1.80.0-bullseye as builder WORKDIR /tmp/acars_oxide # hadolint ignore=DL3008,DL3003,SC1091 RUN set -x && \