Skip to content

Commit

Permalink
Updates haskell-tools and various npm packages
Browse files Browse the repository at this point in the history
Updates `haskell-tools`, `npm`, `purescript`, and `esbuild`
  • Loading branch information
onslaughtq committed Oct 31, 2023
1 parent d2078e0 commit dc93446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.6-2023-08-29-52330cd AS builder
FROM ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.7-2023-10-31-3286ef4 AS builder

COPY install-spago.sh /tmp/install-spago.sh
RUN /tmp/install-spago.sh
Expand All @@ -17,6 +17,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -qq -y --no-install-recommends nodejs && \
apt-get clean

RUN npm install -g npm@9.8.1
RUN npm install -g [email protected].10 [email protected] [email protected] [email protected].2
RUN npm install -g npm@10.2.2
RUN npm install -g [email protected].12 [email protected] [email protected] [email protected].5
COPY --from=builder /root/.local/bin/spago /usr/local/bin/spago

0 comments on commit dc93446

Please sign in to comment.