diff --git a/bitnami/wordpress-nginx/6/debian-11/Dockerfile b/bitnami/wordpress-nginx/6/debian-11/Dockerfile index b596d316af05..8db3be87f103 100644 --- a/bitnami/wordpress-nginx/6/debian-11/Dockerfile +++ b/bitnami/wordpress-nginx/6/debian-11/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-12-21T00:53:34Z" \ + org.opencontainers.image.created="2023-12-22T09:01:59Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="6.4.2-debian-11-r7" \ + org.opencontainers.image.ref.name="6.4.2-debian-11-r8" \ org.opencontainers.image.title="wordpress-nginx" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="6.4.2" @@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ "php-8.2.14-0-linux-${OS_ARCH}-debian-11" \ "nginx-1.25.3-1-linux-${OS_ARCH}-debian-11" \ "mysql-client-11.2.2-0-linux-${OS_ARCH}-debian-11" \ - "wordpress-6.4.2-8-linux-${OS_ARCH}-debian-11" \ + "wordpress-6.4.2-9-linux-${OS_ARCH}-debian-11" \ "render-template-1.0.6-4-linux-${OS_ARCH}-debian-11" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ diff --git a/bitnami/wordpress-nginx/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress-nginx/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 5c7ee30e25ac..24939977b2f3 100644 --- a/bitnami/wordpress-nginx/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress-nginx/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -27,6 +27,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "6.4.2-8" + "version": "6.4.2-9" } } \ No newline at end of file diff --git a/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf b/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf index aaf0428032c4..9833b1cfd043 100644 --- a/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf +++ b/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf @@ -34,7 +34,7 @@ http { gzip_types text/plain text/css application/javascript text/xml application/xml+rss; keepalive_timeout 65; ssl_protocols TLSv1.2 TLSv1.3; - ssl_ciphers HIGH:!aNULL:!MD5; + ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305; client_max_body_size 80M; server_tokens off;