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 ++-- assets/images/polyguin.sh | 2 +- publish | 2 +- 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; #=============================================================== -- cgit v1.2.3-70-g09d2