Skip to content

Commit

Permalink
java 11.0.18 + jetty 9.4.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jendib authored Mar 12, 2023
1 parent 0454570 commit 72b7e42
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
Expand Up @@ -2,11 +2,11 @@
# Dockerfile for Ubuntu + Jetty Web Server
#

FROM sismics/ubuntu-java:11.0.8
FROM sismics/ubuntu-java:11.0.18
MAINTAINER Jean-Marc Tremeaux <[email protected]>

# Download and install Jetty
ENV JETTY_VERSION 9.4.36.v20210114
ENV JETTY_VERSION 9.4.51.v20230217
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 72b7e42

Please sign in to comment.