summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-04-04 22:54:45 -0500
committerZach van Rijn <me@zv.io>2023-04-04 22:54:45 -0500
commit4aaf707d5e15ec44a222e339ee707ed794a1dfda (patch)
treef9d75e1e7992f7b8b4bf2fab04e3c911a414be7e
parentb8d711fba84a82bf50ffbce32c22d11a78e92b19 (diff)
downloadsite-ng-4aaf707d5e15ec44a222e339ee707ed794a1dfda.tar.gz
site-ng-4aaf707d5e15ec44a222e339ee707ed794a1dfda.tar.bz2
site-ng-4aaf707d5e15ec44a222e339ee707ed794a1dfda.tar.xz
site-ng-4aaf707d5e15ec44a222e339ee707ed794a1dfda.zip
Bump Node image, sass commit, and Alpine image versions.
-rwxr-xr-xassets/css/compile.sh4
-rwxr-xr-xassets/images/polyguin.sh2
-rwxr-xr-xpublish2
3 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/compile.sh b/assets/css/compile.sh
index f15c031..934210f 100755
--- a/assets/css/compile.sh
+++ b/assets/css/compile.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
HERE=$(dirname $(readlink -f ${0}));
-NODE=16.13.1-alpine3.14; # https://hub.docker.com/_/node
+NODE=19.8.1-alpine3.17; # https://hub.docker.com/_/node
cd ${HERE};
@@ -16,7 +16,7 @@ apk add git;
cd /tmp;
git clone https://github.com/sass/sass.git;
cd sass;
-git checkout 72974e1ec9c5be247b3ebdfaff788c090dfcd12b;
+git checkout c1223263f742f4141f3afb069996f5025a182996;
npm audit fix;
npm install;
npm install -g sass;
diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh
index 28c10db..dcf670a 100755
--- a/assets/images/polyguin.sh
+++ b/assets/images/polyguin.sh
@@ -88,7 +88,7 @@ grep fill: polyguin.svg \
#===============================================================
-docker run -v$(pwd):/x -w/x --rm -i alpine:3.15 <<'EOF'
+docker run -v$(pwd):/x -w/x --rm -i alpine:3.17 <<'EOF'
apk add graphicsmagick imagemagick;
#===============================================================
diff --git a/publish b/publish
index 5d14865..8efdda5 100755
--- a/publish
+++ b/publish
@@ -17,7 +17,7 @@ chmod 755 ${TEMP};
(cd assets/images && ./polyguin.sh)
#===============================================================
-docker run -v ${HERE}:${HERE} -e HERE=${HERE} -v ${TEMP}:${TEMP} -e TEMP=${TEMP} --rm -i alpine:3.14 <<'EOF'
+docker run -v ${HERE}:${HERE} -e HERE=${HERE} -v ${TEMP}:${TEMP} -e TEMP=${TEMP} --rm -i alpine:3.17 <<'EOF'
apk add findutils imagemagick;
#===============================================================