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