From e3f406ebcea5d5f61172f3702112c556309b0f4f Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Thu, 4 Apr 2024 17:13:36 +0200 Subject: [PATCH] chore(image): test against latest fossology release --- .github/workflows/fossologytests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fossologytests.yml b/.github/workflows/fossologytests.yml index 038829c..47d7376 100644 --- a/.github/workflows/fossologytests.yml +++ b/.github/workflows/fossologytests.yml @@ -10,7 +10,7 @@ on: jobs: test-latest: - name: Integration Tests (latest Fossology - 4.4.0-rc2) + name: Integration Tests (latest Fossology - 4.4.0) runs-on: ubuntu-latest container: @@ -20,7 +20,7 @@ jobs: services: fossology: - image: fossology/fossology:4.4.0-rc2 + image: fossology/fossology:4.4.0 ports: - 8081:80 volumes: