mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
2.7.15-debian-9-r61 release
This commit is contained in:
@@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-2.7.15-2-linux-amd64-debian-9.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-debian-9-r60" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-debian-9-r61" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM bitnami/python:2.7.15-debian-9-r60 as development
|
||||
FROM bitnami/python:2.7.15-debian-9-r61 as development
|
||||
|
||||
FROM bitnami/minideb-runtimes:stretch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-debian-9-r60" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-debian-9-r61" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
Reference in New Issue
Block a user