Skip to content

Commit

Permalink
Backport the Dockerfile changes and regenerate the lockfile. (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr committed May 15, 2024
1 parent ce672ec commit d1c6428
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 259 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:20.11.0-bookworm-slim
FROM --platform=linux/amd64 node:20.13.1-bookworm-slim

ENV LANG C.UTF-8

Expand Down Expand Up @@ -37,7 +37,7 @@ RUN apt-get update \
&& chmod 755 /root \
&& touch /root/.npmrc \
&& chmod 644 /root/.npmrc \
&& npm install --location=global npm-check-updates@16.14.12 \
&& npm install --location=global npm-check-updates@16.14.20 \
&& curl 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o /tmp/awscliv2.zip \
&& unzip -d /tmp /tmp/awscliv2.zip \
&& /tmp/aws/install \
Expand Down

0 comments on commit d1c6428

Please sign in to comment.