We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b3847 + b6902e5 commit 9213bc8Copy full SHA for 9213bc8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.27.4
4
+
5
+* Upgrade to Nginx 1.27.4.
6
7
## 1.27.1
8
9
* Upgrade to Nginx 1.27.1.
Dockerfile
@@ -1,4 +1,4 @@
-FROM nginx:1.27.1-bookworm
+FROM nginx:1.27.4-bookworm
ENV NGINX_ENTRYPOINT_QUIET_LOGS=1
docker-compose.yml
@@ -1,5 +1,4 @@
---
-version: '3.7'
services:
nginx:
image: nginx
0 commit comments