Skip to content

Commit

Permalink
chore(deps): upgrade various components
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Nov 13, 2023
1 parent c185675 commit 6237906
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .changeset/soft-geese-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"fuseki-geosparql": patch
---

Upgrade various components in the Docker image:

- Alpine to 3.18.4
- Maven to 3.9.5 (only at `builder` stage)
- OpenTelemetry Java instrumentation to 1.31.0
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# manage tools versions
ARG ALPINE_VERSION="3.18.2"
ARG ALPINE_VERSION="3.18.4"
ARG JENA_VERSION="4.10.0"
ARG OTEL_VERSION="1.25.1"
ARG MAVEN_VERSION="3.8.7"
ARG OTEL_VERSION="1.31.0"
ARG MAVEN_VERSION="3.9.5"

# configure some paths, names and args
ARG FUSEKI_HOME="/opt/fuseki"
Expand All @@ -15,7 +15,7 @@ ARG JDEPS_EXTRA="jdk.crypto.cryptoki,jdk.crypto.ec,jdk.httpserver"
###########################################################
# Build Fuseki from sources and include GeoSPARQL support #
###########################################################
FROM --platform=${BUILDPLATFORM} "docker.io/library/maven:${MAVEN_VERSION}-openjdk-18-slim" AS builder
FROM --platform=${BUILDPLATFORM} "docker.io/library/maven:${MAVEN_VERSION}-eclipse-temurin-17" AS builder
ARG JENA_VERSION
ARG OTEL_VERSION
ARG FUSEKI_HOME
Expand Down
2 changes: 1 addition & 1 deletion patches/enable-geosparql.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 84c9e28..7e4bc29 100644
+ <dependency>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-geosparql</artifactId>
+ <version>4.9.0</version>
+ <version>4.10.0</version>
+ </dependency>
+
<dependency>
Expand Down

0 comments on commit 6237906

Please sign in to comment.