From 22da95c940bbdb8ee5ae23204109e322d5d54cf7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 24 Dec 2023 12:04:23 +0100 Subject: [PATCH] [bitnami/appsmith] Release 1.9.57-debian-11-r1 (#54213) Signed-off-by: Bitnami Containers --- bitnami/appsmith/1/debian-11/Dockerfile | 4 ++-- .../1/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/appsmith/1/debian-11/Dockerfile b/bitnami/appsmith/1/debian-11/Dockerfile index f185d1413033..0e876a852cb2 100644 --- a/bitnami/appsmith/1/debian-11/Dockerfile +++ b/bitnami/appsmith/1/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-20T14:42:31Z" \ + org.opencontainers.image.created="2023-12-24T10:24:50Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.9.57-debian-11-r0" \ + org.opencontainers.image.ref.name="1.9.57-debian-11-r1" \ org.opencontainers.image.title="appsmith" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.9.57" diff --git a/bitnami/appsmith/1/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf b/bitnami/appsmith/1/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf index aaf0428032c4..9833b1cfd043 100644 --- a/bitnami/appsmith/1/debian-11/rootfs/opt/bitnami/nginx/conf/nginx.conf +++ b/bitnami/appsmith/1/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;