3.7.6-ol-7-r22-prod release

This commit is contained in:
Bitnami Bot
2020-01-10 14:32:01 +00:00
parent aaa810e35f
commit 55a6fffc66
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/python:3.7.6-ol-7-r21 as development
FROM bitnami/python:3.7.6-ol-7-r22 as development
######
@@ -11,7 +11,7 @@ RUN install_packages bzip2-libs ca-certificates glibc keyutils-libs krb5-libs li
COPY --from=development /opt/bitnami/python /opt/bitnami/python
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.7.6-ol-7-r21-prod" \
BITNAMI_IMAGE_VERSION="3.7.6-ol-7-r22-prod" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD [ "python" ]