Skip to content

Commit fc32651

Browse files
committed
Tomcat base image bump
1 parent f520842 commit fc32651

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

77
ARG 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

2727
LABEL maintainer="martynas@atomgraph.com"
2828

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
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>

0 commit comments

Comments
 (0)