Skip to content

Commit f149111

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 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,13 +11,13 @@ 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-
ARG NODE_MAJOR=22
14+
ARG NODE_MAJOR=24
1515
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
1616
RUN apt-get update && \
1717
apt-get install -qq -y --no-install-recommends nodejs && \
1818
apt-get clean
1919

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

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
22+
RUN npm install -g npm@11.6.4
23+
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)