commit | 4f21f5c1d3dfc2861a0aed1d672766aa60bbfc0c | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Jul 21 14:19:54 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Fri Jul 21 22:35:47 2023 +0000 |
tree | 63117b3c25be24c92ac2ef72f03f704ef0bf3fd3 | |
parent | f020152d6c916b3904bb355664ce33805434a26b [diff] |
Downgrade nginx to "stable" 1.24
diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 2f5ae56..4114ba1 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile
@@ -1,4 +1,4 @@ -FROM nginx:1.25-alpine +FROM nginx:1.24-alpine ARG SELFSIGNED_REQ_HOST ARG SELFSIGNED_REQ_ALT_NAMES