1.17.10-debian-10-r22 release
This commit is contained in:
parent
36872be79a
commit
592017fa21
|
|
@ -21,7 +21,7 @@ RUN chmod -R g+rwX /opt/bitnami/nginx/conf
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nginx" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.10-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="1.17.10-debian-10-r22" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
NGINX_ENABLE_CUSTOM_PORTS="no" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1.18-debian-10`, `1.18.0-debian-10-r0`, `1.18`, `1.18.0` (1.18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.18.0-debian-10-r0/1.18/debian-10/Dockerfile)
|
||||
* [`1.17-debian-10`, `1.17.10-debian-10-r21`, `1.17`, `1.17.10`, `latest` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.17.10-debian-10-r21/1.17/debian-10/Dockerfile)
|
||||
* [`1.17-debian-10`, `1.17.10-debian-10-r22`, `1.17`, `1.17.10`, `latest` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.17.10-debian-10-r22/1.17/debian-10/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ version: '2'
|
|||
|
||||
services:
|
||||
nginx:
|
||||
image: 'bitnami/nginx:1.16'
|
||||
image: 'bitnami/nginx:1.17'
|
||||
ports:
|
||||
- '80:8080'
|
||||
|
|
|
|||
Loading…
Reference in New Issue