We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96c917 commit 55a899fCopy full SHA for 55a899f
ansible/www-standalone/resources/scripts/build-site.sh
@@ -37,7 +37,7 @@ git checkout origin/main
37
nodeuid=$(grep ^nodejs: /etc/passwd | awk -F: '{print $3}')
38
nodegid=$(grep ^nodejs: /etc/passwd | awk -F: '{print $4}')
39
40
-docker pull node:lts
+docker pull node:lts-bullseye
41
docker run \
42
--rm \
43
-v ${clonedir}:/website/ \
0 commit comments