From 8798f5a345c7992f4deef2d6b3c066e8f8417918 Mon Sep 17 00:00:00 2001 From: Renovate_Bot <group_5_bot_ff258b4c4911ba7eeabbc7fc63f69926@noreply.git.opentalk.dev> Date: Thu, 3 Apr 2025 12:17:58 +0000 Subject: [PATCH] chore(deps): update git.opentalk.dev:5050/opentalk/backend/containers/rust docker tag to v1.86.0 --- .gitlab-ci.yml | 2 +- ci/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15bbaca..589eb91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 --- -image: git.opentalk.dev:5050/opentalk/backend/containers/rust:1.85.0-bookworm +image: git.opentalk.dev:5050/opentalk/backend/containers/rust:1.86.0-bookworm .default_job_condition: &default_job_condition needs: [] diff --git a/ci/Dockerfile b/ci/Dockerfile index 8f44282..a004cfb 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT OR Apache-2.0 -FROM git.opentalk.dev:5050/opentalk/backend/containers/rust:1.85.0-bookworm AS builder +FROM git.opentalk.dev:5050/opentalk/backend/containers/rust:1.86.0-bookworm AS builder WORKDIR /terdoc -- GitLab