-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2013f7
commit 679a068
Showing
7 changed files
with
15 additions
and
15 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
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
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ RUN curl -LO https://github.com/mgieseki/dvisvgm/releases/download/$DVISVGM_VERS | |
make install | ||
|
||
## Nomnoml | ||
FROM --platform=$BUILDPLATFORM node:16.18.1-bullseye-slim AS kroki-builder-nomnoml | ||
FROM --platform=$BUILDPLATFORM node:16.20.0-bullseye-slim AS kroki-builder-nomnoml | ||
|
||
RUN npm install -g [email protected] [email protected] | ||
|
||
|
@@ -52,7 +52,7 @@ RUN npm install && npm run lint | |
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-$([ "$TARGETARCH" == "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin | ||
|
||
## Vega | ||
FROM --platform=$BUILDPLATFORM node:16.18.1-bullseye-slim AS kroki-builder-vega | ||
FROM --platform=$BUILDPLATFORM node:16.20.0-bullseye-slim AS kroki-builder-vega | ||
|
||
# System dependencies for "canvas" Node package | ||
# https://github.com/Automattic/node-canvas#compiling | ||
|
@@ -80,7 +80,7 @@ RUN npm install 2 && npm run lint && npm t | |
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-$([ "$TARGETARCH" == "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin | ||
|
||
## DBML | ||
FROM --platform=$BUILDPLATFORM node:16.18.1-bullseye-slim AS kroki-builder-dbml | ||
FROM --platform=$BUILDPLATFORM node:16.20.0-bullseye-slim AS kroki-builder-dbml | ||
|
||
RUN npm config set unsafe-perm true | ||
|
||
|
@@ -97,7 +97,7 @@ RUN npm install && npm run lint | |
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-$([ "$TARGETARCH" == "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin | ||
|
||
## Wavedrom | ||
FROM --platform=$BUILDPLATFORM node:16.18.1-bullseye-slim AS kroki-builder-wavedrom | ||
FROM --platform=$BUILDPLATFORM node:16.20.0-bullseye-slim AS kroki-builder-wavedrom | ||
|
||
RUN npm install -g [email protected] [email protected] | ||
|
||
|
@@ -112,7 +112,7 @@ RUN npm install && npm run lint | |
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-$([ "$TARGETARCH" == "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin | ||
|
||
## Bytefield | ||
FROM --platform=$BUILDPLATFORM node:16.18.1-bullseye-slim AS kroki-builder-bytefield | ||
FROM --platform=$BUILDPLATFORM node:16.20.0-bullseye-slim AS kroki-builder-bytefield | ||
|
||
RUN npm install -g [email protected] [email protected] | ||
|
||
|
@@ -169,7 +169,7 @@ RUN wget -q "https://pikchr.org/home/raw/${PIKCHR_VERSION}" -O pikchr.c | |
RUN gcc -O0 -g -static -Wall -Wextra -DPIKCHR_SHELL pikchr.c -o pikchr -lm | ||
|
||
## SVGBob | ||
FROM --platform=$BUILDPLATFORM rust:1.68-slim-bullseye AS kroki-builder-static-svgbob | ||
FROM --platform=$BUILDPLATFORM rust:1.69-slim-bullseye AS kroki-builder-static-svgbob | ||
|
||
# Install cross-compilation tools | ||
RUN apt-get update && apt-get install --no-install-recommends --yes \ | ||
|
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