Skip to content

Commit

Permalink
fixup! Fixes #20322: Make JVM version configurable
Browse files Browse the repository at this point in the history
Fixes #20322: Make JVM version configurable
  • Loading branch information
amousset committed Nov 29, 2021
1 parent ad11526 commit f8754a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/sources/Dockerfile
Expand Up @@ -6,8 +6,8 @@ COPY ci/user.sh .
RUN ./user.sh $USER_ID

# Install elm
RUN curl -L -o elm.gz "https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz"
RUN curl -L -o elm.gz "https://github.com/elm/compiler/releases/download/0.19.0/binary-for-linux-64-bit.gz"
RUN gzip -d elm.gz
RUN chmod +x elm
RUN mv elm /usr/local/bin/elm-0.19.1
RUN mv elm /usr/local/bin/

0 comments on commit f8754a4

Please sign in to comment.