From fbb3cedae2dd16387bcb763f3d6a9d01fac7cb89 Mon Sep 17 00:00:00 2001 From: Anna Gavrilman Date: Tue, 20 Aug 2024 09:53:25 -0400 Subject: [PATCH] Revert "Update nginx Docker tag to v1.27" (#2352) --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 51e3fd875..2c67e9d74 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -2,7 +2,7 @@ # it's primary purpose is to emulate heroku-buildpack-nginx's # functionality that compiles config/nginx.conf.erb # See https://github.com/heroku/heroku-buildpack-nginx/blob/fefac6c569f28182b3459cb8e34b8ccafc403fde/bin/start-nginx -FROM nginx:1.27 +FROM nginx:1.21 # Logs are configured to a relatic path under /etc/nginx # but the container expects /var/log