We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12d208 commit 50d6f2dCopy full SHA for 50d6f2d
main/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openjdk:11-jdk-slim AS build
+FROM eclipse-temurin:11-jdk-jammy AS build
2
3
RUN apt-get update -y && \
4
# this solves some weird issue with openjdk-11-jdk-headless
@@ -13,10 +13,10 @@ RUN cd /tmp && \
13
cd /tmp/drawio/etc/build/ && \
14
ant war
15
16
-FROM tomcat:9-jre11
+FROM tomcat:9.0-jdk11-temurin
17
18
-LABEL maintainer="JGraph Ltd" \
19
- org.opencontainers.image.authors="JGraph Ltd" \
+LABEL maintainer="draw.io Ltd" \
+ org.opencontainers.image.authors="draw.io Ltd" \
20
org.opencontainers.image.url="https://www.drawio.com" \
21
org.opencontainers.image.source="https://github.com/jgraph/docker-drawio"
22
0 commit comments