Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769288
D2443.id6145.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
732 B
Referenced Files
None
Subscribers
None
D2443.id6145.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM openjdk:11-jre-slim
+FROM openjdk:17-jdk-slim-bullseye
ENV OPENFIRE_VERSION=4.6.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-11/bin/java /usr/bin/java \
+ && ln -s /usr/local/openjdk-17/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
Sun, Nov 24, 14:02 (4 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260302
Default Alt Text
D2443.id6145.diff (732 B)
Attached To
Mode
D2443: Upgrade to Java 17 and Debian Bullseye
Attached
Detach File
Event Timeline
Log In to Comment