File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM maven:3.9-eclipse-temurin-21 AS maven
22
33# download and extract Jena
44
5- ARG JENA_VERSION=4.7 .0
5+ ARG JENA_VERSION=6.0 .0
66
77ARG JENA_TAR_URL="https://archive.apache.org/dist/jena/binaries/apache-jena-${JENA_VERSION}.tar.gz"
88
@@ -22,7 +22,7 @@ RUN mvn -Pstandalone clean install
2222
2323# ==============================
2424
25- FROM atomgraph/letsencrypt-tomcat:10.1.46
25+ FROM atomgraph/letsencrypt-tomcat:10.1.52
2626
2727LABEL maintainer="martynas@atomgraph.com"
2828
Original file line number Diff line number Diff line change 183183 <!-- comes with atomgraph/letsencrypt-tomcat -->
184184 <groupId >org.apache.tomcat</groupId >
185185 <artifactId >tomcat-coyote</artifactId >
186- <version >10.1.46 </version >
186+ <version >10.1.52 </version >
187187 <type >jar</type >
188188 </dependency >
189189 <dependency >
You can’t perform that action at this time.
0 commit comments