chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 5m48s
Test / build (map[name:stable]) (pull_request) Successful in 5m29s
Release Please / Release-plz (push) Successful in 53s
Release Please / Docker image (push) Successful in 5m10s
Test / build (map[name:nightly]) (push) Successful in 6m39s
Test / build (map[name:stable]) (push) Successful in 6m41s

This commit is contained in:
Renovate Bot 2025-01-13 23:01:59 +00:00
parent bcd46be93e
commit b188f874d7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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