feat: update fuseki to 4.10.0

This commit is contained in:
Babibubebon 2023-12-17 00:50:32 +09:00
parent 7dab226fc6
commit 924c88bc91
Signed by: Babibubebon
GPG key ID: 78C8FB2A2FEA1EE3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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