Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes Issue #1105: backport dev dependency updates to the 2.x branch. #1107

Merged
merged 4 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:18.18.1-bookworm-slim
FROM --platform=linux/amd64 node:20.11.0-bookworm-slim

ENV LANG C.UTF-8

Expand Down Expand Up @@ -30,13 +30,14 @@ RUN apt-get update \
curl \
git \
jq \
openjdk-17-jre-headless \
rsync \
unzip \
&& rm -rf /var/lib/apt/lists/* \
&& chmod 755 /root \
&& touch /root/.npmrc \
&& chmod 644 /root/.npmrc \
&& npm install --location=global [email protected].6 \
&& npm install --location=global [email protected].12 \
&& 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
12 changes: 5 additions & 7 deletions dist/js/arizona-bootstrap.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/arizona-bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/arizona-bootstrap.min.js

Large diffs are not rendered by default.

Loading
Loading