Skip to content

Commit

Permalink
atomgraph/letsencrypt-tomcat base image bump (now multi-platform!)
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jan 14, 2025
1 parent 78bdf83 commit e2ad895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM maven:3.8.4-openjdk-17 AS maven
FROM maven:3.8.4-openjdk-17 AS maven

# download and extract Jena

Expand All @@ -22,7 +22,7 @@ RUN mvn -Pstandalone clean install

# ==============================

FROM atomgraph/letsencrypt-tomcat:10.1.4
FROM atomgraph/letsencrypt-tomcat:10.1.34

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit e2ad895

Please sign in to comment.