From 6fc396ccece32752c1600a3421aa17b006b9b290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:23:40 +0000 Subject: [PATCH] chore(deps): bump rust in /matchbox_server Bumps rust from 1.75-slim-bullseye to 1.79-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 f2d14588..ba3e00f6 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.75-slim-bullseye as builder +FROM rust:1.79-slim-bullseye as builder WORKDIR /usr/src/matchbox_server/