Skip to content

Commit

Permalink
April dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Apr 22, 2024
1 parent 9562120 commit 68918d2
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 220 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ ENV VIRTUAL_ENV=/opt/venv

RUN python -m venv "$VIRTUAL_ENV"
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip install --quiet pip==23.3.2 && \
RUN pip install --quiet pip==24.0 setuptools==69.5.1 && \
pip install --quiet pip-tools
COPY ./dependencies/pip/external_services.txt "/tmp/pip_dependencies.txt"
RUN pip-sync "/tmp/pip_dependencies.txt" 1>/dev/null

FROM python:3.10-slim
FROM python:3.10.14-slim-bookworm

RUN apt -y update && apt -y upgrade

Expand Down
Loading

0 comments on commit 68918d2

Please sign in to comment.