Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #20322: Make JVM version configurable #4020

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion webapp/sources/Dockerfile
@@ -1,4 +1,5 @@
FROM maven:3-openjdk-11
ARG JDK_VERSION=11
FROM maven:3-openjdk-${JDK_VERSION}

ARG USER_ID=1000
COPY ci/user.sh .
Expand All @@ -9,3 +10,4 @@ RUN curl -L -o elm.gz "https://github.com/elm/compiler/releases/download/0.19.0/
RUN gzip -d elm.gz
RUN chmod +x elm
RUN mv elm /usr/local/bin/