Skip to content

Commit

Permalink
- CHG: Updated Dockerfile Gradle version to match server requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 1, 2024
1 parent 574aa6f commit b2f456b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN rm -f .env && \

# Download Gradle and build the server code
RUN apk add --no-cache openjdk11 && \
wget https://services.gradle.org/distributions/gradle-6.0.1-bin.zip -P /tmp/ && \
unzip /tmp/gradle-6.0.1-bin.zip -d /opt/ && \
/opt/gradle-6.0.1/bin/gradle -p /opt/frickl-server war
wget https://services.gradle.org/distributions/gradle-8.8-bin.zip -P /tmp/ && \
unzip /tmp/gradle-8.8-bin.zip -d /opt/ && \
/opt/gradle-8.8/bin/gradle -p /opt/frickl-server war


FROM tomcat:10.1-jdk21
Expand Down

0 comments on commit b2f456b

Please sign in to comment.