Skip to content

Commit

Permalink
chore: update dependencies (CVE-2024-21538)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 18, 2024
1 parent 3390936 commit 5706a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.9

- update dependencies (CVE-2024-21538)

## v2.0.8

- update dependencies
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ LABEL "steadybit.com.discovery-disabled"="true"

ENV LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" ALPINE_NODE_REPO="oznu/alpine-node"

RUN npm install -g --ignore-scripts [email protected] [email protected] [email protected]
RUN npm install -g npm@11 && \
npm install -g --ignore-scripts [email protected] [email protected] [email protected]

ARG USERNAME=steadybit
ARG USER_UID=10000
Expand Down

0 comments on commit 5706a9f

Please sign in to comment.