From 9ddaca813cfe36ac36b4607d26a83999126c2c52 Mon Sep 17 00:00:00 2001 From: "bot-barry[bot]" <149586231+bot-barry[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:29:17 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.31.2 | datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | docker | nginxinc/nginx-unprivileged | 1.30.0 | 1.31.2 | --- apps/theme-park/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theme-park/Dockerfile b/apps/theme-park/Dockerfile index 9c7dc0b..88efc15 100644 --- a/apps/theme-park/Dockerfile +++ b/apps/theme-park/Dockerfile @@ -1,4 +1,4 @@ -FROM nginxinc/nginx-unprivileged:1.30.0 +FROM nginxinc/nginx-unprivileged:1.31.2 ARG TARGETPLATFORM ARG VERSION