Skip to content

Commit

Permalink
Upgrade to Play 1.7.1 + JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
naku committed Nov 20, 2023
1 parent 357b15b commit f743e50
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,11 +1,11 @@
#
# Dockerfile for Debian + Play Framework

FROM sismics/debian-java:11.0.2
FROM sismics/debian-java:17.0.9
MAINTAINER Jean-Marc Tremeaux <jm.tremeaux@sismics.com>

# Download and install Play Framework
ENV PLAY_VERSION 1.5.3
ENV PLAY_VERSION 1.7.1
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y install python && rm -rf /var/lib/apt/lists/*
RUN wget -nv -O /opt/play-${PLAY_VERSION}.zip https://nexus.sismics.com/repository/sismics/play-${PLAY_VERSION}.zip \
Expand Down

0 comments on commit f743e50

Please sign in to comment.