From 2617e7349971b2a5880c2d1533819733f5273892 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 10 Jan 2025 00:06:52 +0100 Subject: [PATCH] use new rust --- .gitea/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 5b0f8fd..2357783 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -10,7 +10,7 @@ env: jobs: update: runs-on: ubuntu-latest - container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240215 + container: git.hofer.link/philipp/ci-images:rust-2025-01-03 steps: - uses: actions/checkout@v3