diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 75ead80..eeaf97f 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - fuseki_version: ["4.9.0"] + fuseki_version: ["4.10.0"] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/Dockerfile b/Dockerfile index 04bc95f..0436278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG FUSEKI_TAG=4.8.0 +ARG FUSEKI_TAG=4.10.0 FROM secoresearch/fuseki:${FUSEKI_TAG}