Skip to content

Commit

Permalink
Upgrade to Debian bullseye, Java11 & jetty 9.4.46
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Jun 17, 2022
1 parent f1eb9b0 commit 9f879a6
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,12 +1,12 @@
#
# Dockerfile for Debian + Jetty Web Server

FROM sismics/debian-java:8.102.1
FROM sismics/debian-java:11.0.2.1
MAINTAINER Jean-Marc Tremeaux <[email protected]>

# Download and install Jetty
ENV DEBIAN_FRONTEND noninteractive
ENV JETTY_VERSION 9.4.12.v20180830
ENV JETTY_VERSION 9.4.46.v20220331
RUN wget -nv -O /tmp/jetty.tar.gz \
"https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${JETTY_VERSION}/jetty-distribution-${JETTY_VERSION}.tar.gz" \
&& tar xzf /tmp/jetty.tar.gz -C /opt \
Expand Down

0 comments on commit 9f879a6

Please sign in to comment.