Skip to content

Commit

Permalink
Merge pull request #61 from alphagov/sengi/cant-trust-yarn
Browse files Browse the repository at this point in the history
Pin Yarn to 1.22.19.
  • Loading branch information
sengi authored Nov 16, 2023
2 parents 3b87bdc + aba890e commit 57b3c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN install_packages ca-certificates curl libjemalloc-dev libgdbm6 libyaml-0-2 \
install_packages nodejs; \
echo -n node version:\ ; node -v; \
echo -n npm version:\ ; npm -v; \
npm install -g yarn@1
npm install -g yarn@1.22.19

# Use jemalloc by default.
ENV LD_PRELOAD=libjemalloc.so
Expand Down

0 comments on commit 57b3c59

Please sign in to comment.