Skip to content

Commit

Permalink
Update node 22 version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jul 8, 2024
1 parent 3d8c083 commit e83fdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdxgen/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Python 3.12 apps" \
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-python:v10 -r /app --server"

ARG NODE_VERSION=22.3.0
ARG NODE_VERSION=22.4.0

ENV NVM_DIR="/root/.nvm" \
PYTHON_CMD=python3 \
Expand Down
2 changes: 1 addition & 1 deletion sle/Dockerfile.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.suse.com/bci/python:3.12
ARG JAVA_VERSION=22.0.1-tem
ARG MAVEN_VERSION=3.9.7
ARG GCC_VERSION=13
ARG NODE_VERSION=22.3.0
ARG NODE_VERSION=22.4.0

ENV JAVA_VERSION=$JAVA_VERSION \
MAVEN_VERSION=$MAVEN_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion sle/Dockerfile.llvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.suse.com/bci/rust:1.79

ARG GCC_VERSION=13
ARG NODE_VERSION=22.3.0
ARG NODE_VERSION=22.4.0
ARG LLVM_VERSION=18.1.7

ENV LC_ALL=en_US.UTF-8 \
Expand Down

0 comments on commit e83fdc8

Please sign in to comment.