Skip to content

Commit

Permalink
chore: skip new vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Aug 31, 2023
1 parent aa12336 commit 5d58325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG PIPENV_PYUP_API_KEY=""
ARG VAR_PIPENV_INSTALL_OPT=""
RUN pip3 install --upgrade pip pipenv==2022.12.19 && \
pipenv install --ignore-pipfile --deploy --system $VAR_PIPENV_INSTALL_OPT && \
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system -i 59725 -i 59473; fi
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system -i 59725 -i 59473 -i 59725 -i 59956 -i 59473; fi

RUN install -m 1777 -d /data && \
adduser --gid 0 -d /vmaas --no-create-home vmaas
Expand Down

0 comments on commit 5d58325

Please sign in to comment.