diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index e695af8e..1d602883 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -19,7 +19,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: cdp4-test-database-community-edition Image - run: docker pull stariongroup/cdp4-test-database-community-edition:3.4.0 + run: docker pull stariongroup/cdp4-test-database-community-edition:4.0.0 - name: Start PostgreSQL Container run: | @@ -28,7 +28,7 @@ jobs: -p 5432:5432 \ --tmpfs /var/lib/postgresql/data:rw \ --name comet-db \ - stariongroup/cdp4-test-database-community-edition:3.4.0 + stariongroup/cdp4-test-database-community-edition:4.0.0 - name: Wait for PostgreSQL to be ready run: |