Skip to content

Commit

Permalink
Security update 12.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets committed Dec 11, 2024
1 parent 0601b1f commit acc840c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Fix CVE-2024-6345
RUN pip install setuptools==70.0.0
RUN pip install setuptools~=75.0

WORKDIR /code
RUN rm -rf /code/dist \
Expand All @@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Fix CVE-2024-6345
RUN pip install setuptools==70.0.0
RUN pip install setuptools~=75.0

# Install requirements separately for improved docker caching
COPY --from=builder /code/prereq.txt .
Expand Down Expand Up @@ -80,7 +80,7 @@ RUN cp ${HOME}/build.sh /usr/bin/build \
WORKDIR ${HOME}

#download & install argo
ENV ARGO_VERSIONS="[{\"number\":3,\"version\":\"3.5.11\"}]"
ENV ARGO_VERSIONS="[{\"number\":3,\"version\":\"3.6.2\"}]"
COPY scripts/download_argo.py ./download_argo.py
RUN python3 ./download_argo.py -o /usr/local/bin

Expand Down
Loading

0 comments on commit acc840c

Please sign in to comment.