Skip to content

Commit

Permalink
Bump demisto-sdk from 1.32.3 to 1.33.0 in /docker/demisto-sdk (#34554)
Browse files Browse the repository at this point in the history
* Bump demisto-sdk from 1.32.3 to 1.33.0 in /docker/demisto-sdk

Bumps [demisto-sdk](https://github.com/demisto/demisto-sdk) from 1.32.3 to 1.33.0.
- [Release notes](https://github.com/demisto/demisto-sdk/releases)
- [Changelog](https://github.com/demisto/demisto-sdk/blob/master/CHANGELOG.md)
- [Commits](demisto/demisto-sdk@v1.32.3...v1.33.0)

---
updated-dependencies:
- dependency-name: demisto-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* upgrade nodejs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ypreisler <[email protected]>
  • Loading branch information
dependabot[bot] and yaakovpraisler authored Dec 29, 2024
1 parent acbdb48 commit 0750516
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 115 deletions.
2 changes: 1 addition & 1 deletion docker/demisto-sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && apt-get -y --no-install-recommends upgrade && apt-get inst
libffi-dev python3-dev gfortran g++ pkg-config libhdf5-dev \
-y \
# install node - node distributions: https://github.com/nodesource/distributions
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt update \
&& apt-get install -y nodejs \
# install docker
Expand Down
139 changes: 25 additions & 114 deletions docker/demisto-sdk/poetry.lock

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

0 comments on commit 0750516

Please sign in to comment.