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 7c4e13f + 150115a commit 920f121Copy full SHA for 920f121
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.25.3
4
+
5
+* Upgrade to Nginx 1.25.3.
6
+* Switch from Alpine to Debian (Bookworm).
7
8
## 1.25.2
9
10
* Upgrade to Nginx 1.25.2.
CODEOWNERS
@@ -1 +1 @@
-* @Intellection/sre
+* @Intellection/SRE
Dockerfile
@@ -1,4 +1,4 @@
-FROM nginx:1.25.2-alpine
+FROM nginx:1.25.3-bookworm
ENV NGINX_ENTRYPOINT_QUIET_LOGS=1
0 commit comments