Skip to content

Commit 0f4434b

Browse files
authored
Update NodeJS + Haskell version (#1470)
# Description Fix the docker build See: swift-nav/docker-recipes#439 # API compatibility No compatibility issues ## API compatibility plan N/A
1 parent 57087d0 commit 0f4434b

File tree

7 files changed

+2265
-4394
lines changed

7 files changed

+2265
-4394
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG UBUNTU_RELEASE
2020

2121
ARG DEBIAN_FRONTEND=noninteractive
2222

23-
ENV NODE_VERSION=v18.17.0
23+
ENV NODE_VERSION=v22.13.1
2424
ENV JAVA_VERSION=11.0.11.hs-adpt
2525
ENV GRADLE_VERSION=7.1.1
2626
ENV CC=gcc-7
@@ -79,10 +79,10 @@ RUN \
7979
imagemagick \
8080
enchant \
8181
clang-format-6.0 \
82-
python3.7 python3.7-dev python3.7-distutils \
8382
python3 python3-dev python3-distutils \
8483
python3.9 python3.9-dev python3.9-distutils \
8584
python3.10 python3.10-dev python3.10-distutils \
85+
python3.11 python3.11-dev python3.11-distutils \
8686
dpkg-dev \
8787
cmake \
8888
libjson-perl \
@@ -108,7 +108,7 @@ ENV NVM_DIR=/opt/nvm
108108

109109
RUN \
110110
mkdir -p $NVM_DIR \
111-
&& curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.38.0/install.sh | bash \
111+
&& curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.40.1/install.sh | bash \
112112
&& . $NVM_DIR/nvm.sh \
113113
&& nvm install $NODE_VERSION
114114

@@ -154,7 +154,7 @@ USER dockerdev
154154

155155
RUN \
156156
if [ "$(ls /tmp)" ]; then ls /tmp; false; fi \
157-
&& stack install --resolver lts-10.10 sbp \
157+
&& stack install --resolver lts-14.9 sbp \
158158
&& rm -rf /tmp/*
159159

160160
CMD ["make", "all"]

javascript/sbp.bundle.js

+2-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)