From aac0584bdc5803324d94e4248cd7a0af63eabd0e Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:30:26 +0100 Subject: [PATCH] update: nginx-alpine image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dad398..8aee533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25-alpine +FROM nginx:1.27.4-alpine # Metadata about the docker image LABEL name="tor-nginx-proxy-fix"