From 4aaf707d5e15ec44a222e339ee707ed794a1dfda Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 4 Apr 2023 22:54:45 -0500 Subject: Bump Node image, sass commit, and Alpine image versions. --- assets/css/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css') 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; -- cgit v1.2.3-70-g09d2