From 8076abb805b70a7e100a135e4baadefc81d59d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:20:40 +0000 Subject: [PATCH] Bump instrumentisto/rust from 1.77.2-buster to 1.78.0-buster (#166) Bumps [instrumentisto/rust](https://github.com/rust-lang/docker-rust) from 1.77.2-buster to 1.78.0-buster. - [Commits](https://github.com/rust-lang/docker-rust/commits) --- updated-dependencies: - dependency-name: instrumentisto/rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcb1c44..162da0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/instrumentisto/rust:1.77.2-buster as build +FROM ghcr.io/instrumentisto/rust:1.78.0-buster as build WORKDIR /work/ COPY . . RUN make release \