From fc60b26cb5596404f0c0e7bd61dc4041db2393c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 05:19:22 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.25.4 --- nginx-301-https/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-301-https/Dockerfile b/nginx-301-https/Dockerfile index 2e788428..2ea0ce4f 100644 --- a/nginx-301-https/Dockerfile +++ b/nginx-301-https/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15.1-alpine +FROM nginx:1.25.4-alpine COPY default.conf /etc/nginx/conf.d/default.conf