diff --git a/opensearch/proxy/Dockerfile b/opensearch/proxy/Dockerfile index 2970269ee..998b5d190 100644 --- a/opensearch/proxy/Dockerfile +++ b/opensearch/proxy/Dockerfile @@ -1,6 +1,6 @@ # A proxy to securely forward traffic from client applications, authenticated via Azure Active Directory, to OpenSearch, # authenticated by a username and password set in OpenSearch -FROM nginx:1.29.5 +FROM nginx:1.29.6 # jq package necessary for creating JSON request bodies in create-opensearch-user.sh RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y jq