From 3920130b470f1fcb523f8e9b9de8d194f80334f8 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Wed, 22 May 2024 08:31:11 -0700 Subject: [PATCH] chore(deps): update nginx docker tag to v1.26.0 --- .../host/Dockerfile | 2 +- .../remote/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced-api/dynamic-remotes-runtime-environment-variables/host/Dockerfile b/advanced-api/dynamic-remotes-runtime-environment-variables/host/Dockerfile index a511fb8334d..88d28b92261 100644 --- a/advanced-api/dynamic-remotes-runtime-environment-variables/host/Dockerfile +++ b/advanced-api/dynamic-remotes-runtime-environment-variables/host/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN yarn build # => Run container -FROM nginx:1.25.4-alpine +FROM nginx:1.26.0-alpine # Nginx config RUN rm -rf /etc/nginx/conf.d diff --git a/advanced-api/dynamic-remotes-runtime-environment-variables/remote/Dockerfile b/advanced-api/dynamic-remotes-runtime-environment-variables/remote/Dockerfile index a511fb8334d..88d28b92261 100644 --- a/advanced-api/dynamic-remotes-runtime-environment-variables/remote/Dockerfile +++ b/advanced-api/dynamic-remotes-runtime-environment-variables/remote/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN yarn build # => Run container -FROM nginx:1.25.4-alpine +FROM nginx:1.26.0-alpine # Nginx config RUN rm -rf /etc/nginx/conf.d