summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2025-02-28 00:07:45 -0600
committerZach van Rijn <me@zv.io>2025-02-28 00:07:45 -0600
commitfb433ddb56312c043bc1cfc52a2305b28c290b93 (patch)
treed10cbe28fea33e6edb4a30d7fcd2df2847269824 /assets/css
parent82197550d50f7d5dd5ba53a074000e8f387b83fb (diff)
downloadsite-ng-master.tar.gz
site-ng-master.tar.bz2
site-ng-master.tar.xz
site-ng-master.zip
Update asset generation (partially).HEADmaster
Diffstat (limited to 'assets/css')
-rwxr-xr-xassets/css/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/compile.sh b/assets/css/compile.sh
index 66d79de..34b63f3 100755
--- a/assets/css/compile.sh
+++ b/assets/css/compile.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
HERE=$(dirname $(readlink -f ${0}));
-NODE=23.0.0-alpine3.19; # https://hub.docker.com/_/node
+NODE=23.9.0-alpine3.21; # https://hub.docker.com/_/node
cd ${HERE};