Skip to content

Commit 50d6f2d

Browse files
authored
Moves away from dead openjdk images
1 parent e12d208 commit 50d6f2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-jdk-slim AS build
1+
FROM eclipse-temurin:11-jdk-jammy AS build
22

33
RUN apt-get update -y && \
44
# this solves some weird issue with openjdk-11-jdk-headless
@@ -13,10 +13,10 @@ RUN cd /tmp && \
1313
cd /tmp/drawio/etc/build/ && \
1414
ant war
1515

16-
FROM tomcat:9-jre11
16+
FROM tomcat:9.0-jdk11-temurin
1717

18-
LABEL maintainer="JGraph Ltd" \
19-
org.opencontainers.image.authors="JGraph Ltd" \
18+
LABEL maintainer="draw.io Ltd" \
19+
org.opencontainers.image.authors="draw.io Ltd" \
2020
org.opencontainers.image.url="https://www.drawio.com" \
2121
org.opencontainers.image.source="https://github.com/jgraph/docker-drawio"
2222

0 commit comments

Comments
 (0)