Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3754432
D2358.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
725 B
Referenced Files
None
Subscribers
None
D2358.id.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:8u242-jre-slim
+FROM openjdk:11-jre-slim
ENV OPENFIRE_VERSION=4.5.4 \
OPENFIRE_USER=openfire \
@@ -11,7 +11,7 @@
&& wget --no-verbose "http://download.igniterealtime.org/openfire/openfire_${OPENFIRE_VERSION}_all.deb" -O /tmp/openfire_${OPENFIRE_VERSION}_all.deb \
&& dpkg -i --force-depends /tmp/openfire_${OPENFIRE_VERSION}_all.deb \
&& mv /var/lib/openfire/plugins/admin /usr/share/openfire/plugin-admin \
- && ln -s /usr/local/openjdk-8/bin/java /usr/bin/java \
+ && ln -s /usr/local/openjdk-11/bin/java /usr/bin/java \
&& rm -rf openfire_${OPENFIRE_VERSION}_all.deb \
&& rm -rf /var/lib/apt/lists/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 07:26 (5 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252156
Default Alt Text
D2358.id.diff (725 B)
Attached To
Mode
D2358: Upgrade JRE to OpenJDK 11 LTS
Attached
Detach File
Event Timeline
Log In to Comment