Skip to content

Commit ac4c0aa

Browse files
authored
Merge pull request #184 from open-zaak/feature/50-last-sercurity-issues
⬆️ [#50] updated setuptools in Dockerfile, fixed npm vulnerabilities
2 parents 906f6e7 + 72ff883 commit ac4c0aa

File tree

2 files changed

+9
-32
lines changed

2 files changed

+9
-32
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
1010
WORKDIR /app
1111

1212
COPY ./requirements /app/requirements
13-
RUN pip install pip -U
13+
RUN pip install pip "setuptools>=70.0.0"
1414
RUN pip install -r requirements/production.txt
1515

1616

@@ -42,7 +42,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
4242
netcat-openbsd \
4343
&& rm -rf /var/lib/apt/lists/*
4444

45-
RUN pip install pip -U
45+
RUN pip install pip "setuptools>=70.0.0"
4646

4747
# Stage 3.1 - Set up the needed production dependencies
4848
COPY --from=build /usr/local/lib/python3.11 /usr/local/lib/python3.11

package-lock.json

+7-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)