Skip to content

Commit

Permalink
Bump npm version to v8.19.4 (#2175)
Browse files Browse the repository at this point in the history
Bump up the npm version to v8.19.4 from v8.5.1 . This allows npm to
build the frontend correctly, since as of v8.5.2 integrity checks are
not performed on git remotes (the hash is not stable between npm
versions).

Co-authored-by: Andrew Pollock <andrewpollock@users.noreply.github.com>
  • Loading branch information
another-rex and andrewpollock committed May 8, 2024
1 parent 2b501b1 commit ec8be32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.c
apt-get update && apt-get install -y google-cloud-sdk

RUN pip3 install pipenv==2023.6.12
# Install the latest npm version 8 release (last release is in Feb 2023)
# This will take precedence over the system installed version on the PATH
RUN npm install -g npm@8

COPY --from=gcr.io/oss-vdb/ci /root/go/bin/hugo /usr/local/bin/hugo

0 comments on commit ec8be32

Please sign in to comment.