From 74bf8c0e8ebeb572723395f088773158587d0cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:33:31 +0000 Subject: [PATCH] chore(deps): bump rust in /matchbox_server Bumps rust from 1.73-slim-bullseye to 1.74-slim-bullseye. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- matchbox_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchbox_server/Dockerfile b/matchbox_server/Dockerfile index fbcb5a3c..6a143a0b 100644 --- a/matchbox_server/Dockerfile +++ b/matchbox_server/Dockerfile @@ -3,7 +3,7 @@ # to build, run `docker build -f matchbox_server/Dockerfile` from root of the # repository -FROM rust:1.73-slim-bullseye as builder +FROM rust:1.74-slim-bullseye as builder WORKDIR /usr/src/matchbox_server/