Revert "feat: update fuseki to 4.10.0"

This reverts commit 924c88bc91.
This commit is contained in:
Babibubebon 2023-12-17 00:59:59 +09:00
parent 924c88bc91
commit 45ee43ceef
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
fuseki_version: ["4.10.0"] fuseki_version: ["4.9.0"]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View file

@ -1,4 +1,4 @@
ARG FUSEKI_TAG=4.10.0 ARG FUSEKI_TAG=4.8.0
FROM secoresearch/fuseki:${FUSEKI_TAG} FROM secoresearch/fuseki:${FUSEKI_TAG}