Skip to content

Commit

Permalink
Dockerfile: update pip from v23.2.* to v24.2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Sep 9, 2024
1 parent 380413e commit f474bf9
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 @@ -3,7 +3,7 @@ MAINTAINER Philipp D. Rohde <philipp.rohde@tib.eu>

# install dependencies
COPY requirements.txt /TravSHACL/requirements.txt
RUN python -m pip install --upgrade --no-cache-dir pip==23.2.* && \
RUN python -m pip install --upgrade --no-cache-dir pip==24.2.* && \
python -m pip install --no-cache-dir -r /TravSHACL/requirements.txt

# copy the source code into the container
Expand Down

0 comments on commit f474bf9

Please sign in to comment.