Skip to content

Commit

Permalink
www: use node:lts-bullseye in build-site.sh (#3384)
Browse files Browse the repository at this point in the history
Temporarily switch to `node:lts-bullseye` while we investigate why
the website build is broken with `node:lts`/`node:lts-bookworm`.

Refs: #3383
Refs: #3382
  • Loading branch information
richardlau committed Jun 29, 2023
1 parent 0492f6e commit 73f466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/www-standalone/resources/scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run \
--rm \
-v ${clonedir}:/website/ \
-v /home/nodejs/.npm:/npm/ \
node:lts \
node:lts-bullseye \
bash -c " \
apt-get update && apt-get install -y rsync && \
addgroup nodejs --gid ${nodeuid} && \
Expand Down

0 comments on commit 73f466e

Please sign in to comment.