From b188f874d70cbb1143ae9da3ae367b5e31f30a45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jan 2025 23:01:59 +0000 Subject: [PATCH] chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0 --- .forgejo/workflows/push-main.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push-main.yml b/.forgejo/workflows/push-main.yml index f215274..774b8bc 100644 --- a/.forgejo/workflows/push-main.yml +++ b/.forgejo/workflows/push-main.yml @@ -19,7 +19,7 @@ jobs: container: image: - git.kemitix.net/kemitix/rust:v3.0.0 + git.kemitix.net/kemitix/rust:v3.1.0 steps: - name: Checkout repository diff --git a/Dockerfile b/Dockerfile index 2509e11..41f0a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Leveraging the pre-built Docker images with # cargo-chef and the Rust toolchain -FROM git.kemitix.net/kemitix/rust:v3.0.0 AS chef +FROM git.kemitix.net/kemitix/rust:v3.1.0 AS chef WORKDIR /app FROM chef AS planner