diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 5bad1a9..dddc2e7 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -5,7 +5,7 @@ on: push jobs: test: runs-on: ubuntu-latest - container: git.hofer.link/philipp/ci-images:rust-2025-01-03 + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v3 diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 2357783..f1efe09 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/philipp/ci-images:rust-2025-01-03 + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v3