Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #67 from zazuko/stardog-11-0-0
Browse files Browse the repository at this point in the history
Upgrade Stardog to 11.0.0
  • Loading branch information
ludovicm67 authored Jan 27, 2025
2 parents 786e67a + 0a6cb79 commit d5fe1f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-bats-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stardog-docker": minor
---

Upgrade Stardog to 11.0.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=linux/amd64 docker.io/library/eclipse-temurin:11-jre-jammy

ARG OTEL_VERSION="2.12.0"
ARG STARDOG_VERSION="10.2.2"
ARG STARDOG_VERSION="11.0.0"

ENV STARDOG_HOME="/var/opt/stardog"

Expand Down

0 comments on commit d5fe1f9

Please sign in to comment.