Skip to content

Commit

Permalink
Bump the versions in the Dockerfile & regenerate the lockfile. (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr committed May 15, 2024
1 parent 5e0763e commit 9e41b4c
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 245 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.1-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 9e41b4c

Please sign in to comment.