-
Notifications
You must be signed in to change notification settings - Fork 97
Update NodeJS + Haskell version #1470
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
Changes from 3 commits
6aa773d
ac1e27b
c95d015
2a5985b
2290dfa
293d1b2
ff39cd4
d890d08
cc56205
4f83c17
12c0be7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ ARG UBUNTU_RELEASE | |
|
|
||
| ARG DEBIAN_FRONTEND=noninteractive | ||
|
|
||
| ENV NODE_VERSION=v18.17.0 | ||
| ENV NODE_VERSION=v22.13.1 | ||
| ENV JAVA_VERSION=11.0.11.hs-adpt | ||
| ENV GRADLE_VERSION=7.1.1 | ||
| ENV CC=gcc-7 | ||
|
|
@@ -108,7 +108,7 @@ ENV NVM_DIR=/opt/nvm | |
|
|
||
| RUN \ | ||
| mkdir -p $NVM_DIR \ | ||
| && curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.38.0/install.sh | bash \ | ||
| && curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.40.1/install.sh | bash \ | ||
| && . $NVM_DIR/nvm.sh \ | ||
| && nvm install $NODE_VERSION | ||
|
|
||
|
|
@@ -154,7 +154,7 @@ USER dockerdev | |
|
|
||
| RUN \ | ||
| if [ "$(ls /tmp)" ]; then ls /tmp; false; fi \ | ||
| && stack install --resolver lts-10.10 sbp \ | ||
| && stack install --resolver lts-23.7 sbp \ | ||
|
||
| && rm -rf /tmp/* | ||
|
|
||
| CMD ["make", "all"] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the latest NodeJS TLS