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 7f1d907 commit 2f1a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAINTAINER Jean-Marc Tremeaux <[email protected]>
# Download and install Play Framework
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 apt-get update && apt-get -y install python3 && rm -rf /var/lib/apt/lists/*
RUN wget -nv -O /opt/play-${PLAY_VERSION}.zip https://github.com/playframework/play1/releases/download/${PLAY_VERSION}/play-${PLAY_VERSION}.zip \
&& cd /opt \
&& unzip /opt/play-${PLAY_VERSION}.zip \
Expand Down

0 comments on commit 2f1a07e

Please sign in to comment.