From 74211b0af9f9ba214711a2869d9e66dead4fa295 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 10 Jan 2025 12:45:27 +0100 Subject: [PATCH] use new rust image --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 555d6d9..92fb765 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -10,7 +10,7 @@ env: jobs: deploy-main: runs-on: ubuntu-latest - container: git.hofer.link/philipp/ci-images:rust-2024-12-05 + container: git.hofer.link/philipp/ci-images:rust-latest if: github.ref == 'refs/heads/main' steps: - name: Checkout