Skip to content

Commit 7860668

Browse files
committed
sc-47846 Updates tooling versions
This updates versions of our tools, to avoid potential vulnerabilities.
1 parent 0b0c689 commit 7860668

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable-20241016-slim
1+
FROM debian:trixie-20251117-slim
22

33
ENV LANG="C.UTF-8" LANGUAGE="C.UTF-8" LC_ALL="C.UTF-8"
44

@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
RUN mkdir -p /etc/apt/keyrings
1212
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
1313

14+
# spago version 0.93.44 doesn't install with node 24, so we leave this at version 22 for now
1415
ARG NODE_MAJOR=22
1516
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
1617
RUN apt-get update && \
@@ -19,5 +20,5 @@ RUN apt-get update && \
1920

2021
RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts
2122

22-
RUN npm install -g npm@11.0.0
23-
RUN npm install -g spago@0.93.41 purescript@0.15.15 purescript-psa@0.9.0 grunt-cli@1.5.0 esbuild@0.24.2 purs-tidy@0.11.0
23+
RUN npm install -g npm@11.6.4
24+
RUN npm install -g spago@0.93.44 purescript@0.15.15 purescript-psa@0.9.0 grunt-cli@1.5.0 esbuild@0.27.0 purs-tidy@0.11.1

0 commit comments

Comments
 (0)