We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574aa6f commit b2f456bCopy full SHA for b2f456b
docker/Dockerfile
@@ -25,9 +25,9 @@ RUN rm -f .env && \
25
26
# Download Gradle and build the server code
27
RUN apk add --no-cache openjdk11 && \
28
- wget https://services.gradle.org/distributions/gradle-6.0.1-bin.zip -P /tmp/ && \
29
- unzip /tmp/gradle-6.0.1-bin.zip -d /opt/ && \
30
- /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
31
32
33
FROM tomcat:10.1-jdk21
0 commit comments