Skip to content

Commit

Permalink
[Server] Use Java 17.0.11-amzn and Gradle 7.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed May 12, 2024
1 parent fcc7ee2 commit 5f87a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive
ENV JAVA_VERSION 17.0.7
ENV GRADLE_VERSION 7.6
ENV JAVA_VERSION 17.0.11
ENV GRADLE_VERSION 7.6.4
ENV SDKMAN_DIR /usr/local/sdkman
ENV YAWA_DIR /usr/src/yawa
ENV LOG_DIR /var/yawa/logs
Expand Down

0 comments on commit 5f87a16

Please sign in to comment.