From 734938c31b270272b9e21b3a8c5bb624edd61aa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:06:01 +0200 Subject: [PATCH] chore(deps): update rust docker tag to v1.80 (#1363) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 4cd08d690..35c35ec82 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,7 +1,7 @@ # https://docs.docker.com/build/attestations/sbom/#scan-build-context ARG BUILDKIT_SBOM_SCAN_CONTEXT=true -FROM rust:1.79-alpine AS compiler +FROM rust:1.80-alpine AS compiler # to ache the build this line inludes all the dependencys all servers need # this is not an issue since we copy the generated binary to a more minimal envornment