-
-
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.
* Update to using node16 * Use java 17 + node 16 * Update deps * Bump version and build for release
- Loading branch information
Showing
6 changed files
with
11,740 additions
and
6,715 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
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,6 +1,8 @@ | ||
FROM node:12 | ||
FROM clojure:temurin-17-lein-2.10.0 | ||
|
||
RUN apt-get update && \ | ||
apt-get upgrade --with-new-pkgs -y && \ | ||
apt-get install -y openjdk-8-jdk-headless && \ | ||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - | ||
|
||
RUN apt-get install -y nodejs && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
RUN npm install --global yarn |
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
Oops, something went wrong.