Skip to content

Commit

Permalink
Update container packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jul 5, 2024
1 parent 1c5fbc1 commit e19da24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ LABEL maintainer="AppThreat" \

ARG TARGETPLATFORM
ARG JAVA_VERSION=22.0.1-tem
ARG SBT_VERSION=1.9.8
ARG MAVEN_VERSION=3.9.7
ARG SBT_VERSION=1.9.9
ARG MAVEN_VERSION=3.9.8
ARG GRADLE_VERSION=8.8
ARG NYDUS_VERSION=2.2.5
ARG CDXGEN_VERSION=10.6.2
ARG CDXGEN_VERSION=10.7.1
ARG PYTHON_VERSION=3.12

ENV GOPATH=/opt/app-root/go \
Expand Down Expand Up @@ -60,7 +60,8 @@ RUN set -e; \
python${PYTHON_VERSION} python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip ruby ruby-devel \
libX11-devel libXext-devel libXrender-devel libjpeg-turbo-devel \
pcre2 which tar zip unzip sudo nodejs ncurses glibc-common glibc-all-langpacks xorg-x11-fonts-75dpi xorg-x11-fonts-Type1 \
&& alternatives --install /usr/bin/python3 python /usr/bin/python${PYTHON_VERSION} 1 \
&& alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 10 \
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python${PYTHON_VERSION} 10 \
&& python3 --version \
&& node --version \
&& python3 -m pip install --upgrade pip \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "owasp-depscan"
version = "5.4.1"
version = "5.4.2"
description = "Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
authors = [
{name = "Team AppThreat", email = "cloud@appthreat.com"},
Expand Down

0 comments on commit e19da24

Please sign in to comment.