From f743e5099c23bbbbcfe59630777b038af0c51d23 Mon Sep 17 00:00:00 2001 From: Jean-Marc Tremeaux Date: Mon, 20 Nov 2023 11:05:42 +0100 Subject: [PATCH] Upgrade to Play 1.7.1 + JDK 17 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4595f63..8218b0a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 # 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 \