diff options
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/css/compile.sh | 4 | ||||
-rwxr-xr-x | assets/images/polyguin.sh | 2 |
2 files changed, 3 insertions, 3 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; #=============================================================== |