Skip to content

Commit

Permalink
Merge pull request #7 from ripe-tech/hg/python
Browse files Browse the repository at this point in the history
feat: update pip
  • Loading branch information
hugo-gomes authored Apr 20, 2023
2 parents 7e4c4ba + 44ba9b3 commit 2ef7c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ RUN apk update &&\
python3 &&\
python --version

ENV PYTHON_PIP_VERSION 22.3.1
ENV PYTHON_PIP_VERSION 23.0.1
ENV PYTHON_SETUPTOOLS_VERSION 65.5.1
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py
ENV PYTHON_GET_PIP_SHA256 394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f3980637
ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/0fe65e3c4342300f77a1158d9f2b06fbcf054a88/public/get-pip.py
ENV PYTHON_GET_PIP_SHA256 69a1d4496fe9ab42ffe23fc005e6250cb2899902249855278ee200221c131706
RUN set -eux; \
wget -O get-pip.py "$PYTHON_GET_PIP_URL"; \
echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; \
Expand Down

0 comments on commit 2ef7c15

Please sign in to comment.