Skip to content

Commit

Permalink
SYS-576 bump py3-cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 11, 2023
1 parent 1b96c0e commit 2887102
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 57 deletions.
2 changes: 1 addition & 1 deletion images/python-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG KUBECTL_VERSION=1.26.7
ARG MUSL_VERSION=1.2.4-r1
ARG PIP_VERSION=23.2.1
ARG PYTHON_VERSION=3.11.4-r0
ARG PYCRYPTOGRAPHY_VERSION=41.0.2-r2
ARG PYCRYPTOGRAPHY_VERSION=41.0.3-r0
ARG PYPILLOW_VERSION=9.5.0-r1
ARG _DOCKER_DOWNLOADS=https://github.com/docker/compose/releases/download
ARG _KUBECTL_DOWNLOADS=https://storage.googleapis.com/kubernetes-release/release
Expand Down
2 changes: 1 addition & 1 deletion images/python-builder/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ botocore = "==1.29.132"
cachetools = "==5.3.0"
cffi = "==1.15.1"
## edge repo
cryptography = "==41.0.2"
cryptography = "==41.0.3"
## too old, has a CVE
Flask = "<2.3.0"
## can't get this version to work, localeselector problem
Expand Down
54 changes: 26 additions & 28 deletions images/python-builder/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion images/python-wsgi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
ENV PYTHONPATH=
ARG PIP_VERSION=23.2.1
ARG PYTHON_VERSION=3.11.4-r0
ARG PYCRYPTOGRAPHY_VERSION=41.0.2-r2
ARG PYCRYPTOGRAPHY_VERSION=41.0.3-r0
ARG PYPILLOW_VERSION=9.5.0-r1
ARG UWSGI_VERSION=2.0.21-r3

Expand Down
2 changes: 1 addition & 1 deletion images/python-wsgi/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ botocore = "==1.29.132"
cachetools = "==5.3.0"
cffi = "==1.15.1"
## edge repo
cryptography = "==41.0.2"
cryptography = "==41.0.3"
## too old, has a CVE
# Flask = "==2.2.3"
Flask = "<2.3.0"
Expand Down
50 changes: 25 additions & 25 deletions images/python-wsgi/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2887102

Please sign in to comment.