-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the versions in the Dockerfile & regenerate the lockfile. (#1229)
- Loading branch information
1 parent
5e0763e
commit 9e41b4c
Showing
2 changed files
with
93 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -37,7 +37,7 @@ RUN apt-get update \ | |
&& chmod 755 /root \ | ||
&& touch /root/.npmrc \ | ||
&& chmod 644 /root/.npmrc \ | ||
&& npm install --location=global [email protected].12 \ | ||
&& npm install --location=global [email protected].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 \ | ||
|
Oops, something went wrong.