mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 06:48:08 +08:00
3.8.2-debian-10-r0-prod release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM bitnami/python:3.8.1-debian-10-r28 as development
|
FROM bitnami/python:3.8.2-debian-10-r0 as development
|
||||||
|
|
||||||
######
|
######
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="python" \
|
ENV BITNAMI_APP_NAME="python" \
|
||||||
BITNAMI_IMAGE_VERSION="3.8.1-debian-10-r28-prod" \
|
BITNAMI_IMAGE_VERSION="3.8.2-debian-10-r0-prod" \
|
||||||
PATH="/opt/bitnami/python/bin:$PATH"
|
PATH="/opt/bitnami/python/bin:$PATH"
|
||||||
|
|
||||||
CMD [ "python" ]
|
CMD [ "python" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user