2.7.18-debian-10-r0-prod release
This commit is contained in:
parent
f13ccb6c5d
commit
7d1ca2fd64
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/python:2.7.17-debian-10-r81 as development
|
||||
FROM bitnami/python:2.7.18-debian-10-r0 as development
|
||||
|
||||
######
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ COPY --from=development /opt/bitnami/licenses /opt/bitnami/licenses
|
|||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.17-debian-10-r83-prod" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.18-debian-10-r0-prod" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue