Skip to content

Commit 55a899f

Browse files
authored
www: use node:lts-bullseye in build-site.sh (#3383)
Temporarily switch to `node:lts-bullseye` while we investigate why the website build is broken with `node:lts`/`node:lts-bookworm`. Refs: #3382
1 parent e96c917 commit 55a899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/www-standalone/resources/scripts/build-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git checkout origin/main
3737
nodeuid=$(grep ^nodejs: /etc/passwd | awk -F: '{print $3}')
3838
nodegid=$(grep ^nodejs: /etc/passwd | awk -F: '{print $4}')
3939

40-
docker pull node:lts
40+
docker pull node:lts-bullseye
4141
docker run \
4242
--rm \
4343
-v ${clonedir}:/website/ \

0 commit comments

Comments
 (0)