From 5155eced2a7da20d06a9395a82b7972f3eed2441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:23:39 -0800 Subject: [PATCH] Bump rust from 1.74.0-alpine3.18 to 1.74.1-alpine3.18 in /rustybgp (#2693) Bumps rust from 1.74.0-alpine3.18 to 1.74.1-alpine3.18. --- 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> --- rustybgp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustybgp/Dockerfile b/rustybgp/Dockerfile index dd37184f99bb..0005b7b9615f 100644 --- a/rustybgp/Dockerfile +++ b/rustybgp/Dockerfile @@ -1,5 +1,5 @@ #FROM rust:bullseye AS build -FROM rust:1.74.0-alpine3.18@sha256:6c2c02b8906b6803c1a4ea29fb1db0b5659b81c6877983aee78725f4041e0113 AS build +FROM rust:1.74.1-alpine3.18@sha256:e6e45a7d5d8b7acb2a2915a35c4b12868b6cc089da61f4fbbb719673f2fcd60c AS build #FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS build WORKDIR /usr/src/github.com/osrg/rustybgp/