-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates haskell-tools image used to build spage, and updates esbuild dependency
- Loading branch information
1 parent
01ca28f
commit d2078e0
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM ghcr.io/flipstone/haskell-tools:debian-unstable-ghc-9.4.5-2023-07-18-1d8bf61 AS builder | ||
FROM ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.6-2023-08-29-52330cd AS builder | ||
|
||
COPY install-spago.sh /tmp/install-spago.sh | ||
RUN /tmp/install-spago.sh | ||
|
||
FROM debian:bookworm-slim | ||
FROM debian:stable-20230814-slim | ||
|
||
ENV LANG="C.UTF-8" LANGUAGE="C.UTF-8" LC_ALL="C.UTF-8" | ||
|
||
|
@@ -18,5 +18,5 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ | |
apt-get clean | ||
|
||
RUN npm install -g [email protected] | ||
RUN npm install -g [email protected] [email protected] [email protected] esbuild@0.18.17 | ||
RUN npm install -g [email protected] [email protected] [email protected] esbuild@0.19.2 | ||
COPY --from=builder /root/.local/bin/spago /usr/local/bin/spago |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,4 @@ cd ~/spago | |
|
||
git checkout 0.21.0 | ||
|
||
make | ||
make install |