Skip to content

Commit 920f121

Browse files
authored
Merge pull request #11 from Intellection/update_to_1_25_3
Update base image to `nginx:1.25.3-bookworm`
2 parents 7c4e13f + 150115a commit 920f121

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.25.3
4+
5+
* Upgrade to Nginx 1.25.3.
6+
* Switch from Alpine to Debian (Bookworm).
7+
38
## 1.25.2
49

510
* Upgrade to Nginx 1.25.2.

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Intellection/sre
1+
* @Intellection/SRE

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.25.2-alpine
1+
FROM nginx:1.25.3-bookworm
22

33
ENV NGINX_ENTRYPOINT_QUIET_LOGS=1
44

0 commit comments

Comments
 (0)