Use new container version
Some checks failed
Build Project / test (push) Failing after 35s

This commit is contained in:
2025-11-05 17:27:04 +01:00
parent 986ad8f457
commit 2dbdc149a2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:1.91 image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
services: services:
db: db:
image: postgres:latest image: postgres:latest

View File

@@ -6,7 +6,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:1.91 image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
services: services:
db: db:
image: postgres:latest image: postgres:latest