From fb59bf19deb7e8060071ed565325acd768b2f668 Mon Sep 17 00:00:00 2001 From: Sebastian Voss <1159262+sebastianvoss@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:23:12 +0200 Subject: [PATCH] Upgrade nginx to version 1.25.5-alpine (#1082) --- apps/studio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/Dockerfile b/apps/studio/Dockerfile index 8ee6307bc..23ba67e73 100644 --- a/apps/studio/Dockerfile +++ b/apps/studio/Dockerfile @@ -34,7 +34,7 @@ COPY --from=builder /app/out/full/ . RUN PUBLIC_URL=${BASE_URL_PLACEHOLDER} npm run build:studio -FROM docker.io/library/nginx:1.21.5-alpine as runtime +FROM docker.io/library/nginx:1.25.5-alpine as runtime ARG BASE_URL_PLACEHOLDER # The base Nginx image automatically executes all shell scripts