UNCLASSIFIED

Commit 9b57d429 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Development

See merge request !43
parents 130fddb8 cdf0bcac
Pipeline #422655 passed with stages
in 18 minutes and 1 second
...@@ -40,11 +40,11 @@ RUN find /usr/local -depth \ ...@@ -40,11 +40,11 @@ RUN find /usr/local -depth \
COPY pip-21.2.3-py3-none-any.whl / COPY pip-21.2.3-py3-none-any.whl /
COPY setuptools-57.4.0-py3-none-any.whl / COPY setuptools-57.4.0-py3-none-any.whl /
COPY wheel-0.36.2-py2.py3-none-any.whl / COPY wheel-0.37.0-py2.py3-none-any.whl /
RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.3-py3-none-any.whl && \ RUN python3.6 -m pip install --no-index --upgrade /pip-21.2.3-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /setuptools-57.4.0-py3-none-any.whl && \ python3.6 -m pip install --no-index --upgrade /setuptools-57.4.0-py3-none-any.whl && \
python3.6 -m pip install --no-index --upgrade /wheel-0.36.2-py2.py3-none-any.whl python3.6 -m pip install --no-index --upgrade /wheel-0.37.0-py2.py3-none-any.whl
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -45,11 +45,11 @@ resources: ...@@ -45,11 +45,11 @@ resources:
validation: validation:
type: sha256 type: sha256
value: a49230977aa6cfb9d933614d2f7b79036e9945c4cdd7583163f4e920b83418d6 value: a49230977aa6cfb9d933614d2f7b79036e9945c4cdd7583163f4e920b83418d6
- filename: wheel-0.36.2-py2.py3-none-any.whl - filename: wheel-0.37.0-py2.py3-none-any.whl
url: https://files.pythonhosted.org/packages/65/63/39d04c74222770ed1589c0eaba06c05891801219272420b40311cd60c880/wheel-0.36.2-py2.py3-none-any.whl url: https://files.pythonhosted.org/packages/04/80/cad93b40262f5d09f6de82adbee452fd43cdff60830b56a74c5930f7e277/wheel-0.37.0-py2.py3-none-any.whl
validation: validation:
type: sha256 type: sha256
value: 78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e value: 21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment