diff --git a/bitnami/openresty/1.21/debian-11/Dockerfile b/bitnami/openresty/1.21/debian-11/Dockerfile index 0817155c1b9e..3f9bd8186aa4 100644 --- a/bitnami/openresty/1.21/debian-11/Dockerfile +++ b/bitnami/openresty/1.21/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.21.4-1-debian-11-r36" \ + org.opencontainers.image.ref.name="1.21.4-1-debian-11-r37" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/openresty" \ org.opencontainers.image.title="openresty" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/entrypoint.sh b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/entrypoint.sh index db1f5e40b675..83611bbc3f52 100755 --- a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/entrypoint.sh +++ b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/entrypoint.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libbitnami.sh diff --git a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/postunpack.sh b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/postunpack.sh index 5102178aca50..149e91a72525 100755 --- a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/postunpack.sh +++ b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/postunpack.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libopenresty.sh diff --git a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/run.sh b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/run.sh index 1b31ebc6d7cd..d5d68de22895 100755 --- a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/run.sh +++ b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/run.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/liblog.sh diff --git a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/setup.sh b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/setup.sh index f9e6b36fb22d..a9cb23edc116 100755 --- a/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/setup.sh +++ b/bitnami/openresty/1.21/debian-11/rootfs/opt/bitnami/scripts/openresty/setup.sh @@ -5,7 +5,7 @@ set -o errexit set -o nounset set -o pipefail -# set -o xtrace # Uncomment this line for debugging purpose +# set -o xtrace # Uncomment this line for debugging purposes # Load libraries . /opt/bitnami/scripts/libos.sh diff --git a/bitnami/openresty/README.md b/bitnami/openresty/README.md index a1c887c3402d..ccf288c1ffea 100644 --- a/bitnami/openresty/README.md +++ b/bitnami/openresty/README.md @@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r36`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/openresty/1.21/debian-11/Dockerfile) +* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r37`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/openresty/1.21/debian-11/Dockerfile) ## Get this image