Skip to content

Commit 3c9521a

Browse files
committed
Release 2.3.0 with nginx 1.24.0
1 parent c67619d commit 3c9521a

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@ as the latest nginx version at the time of the build (recorded in the log entrie
99
## next - under development
1010

1111
* nginx `latest` (version dependent on build time)
12+
13+
## v2.3.0 / latest - 2023-06-16
14+
15+
* nginx `1.24.0`
1216
* Remove install of dnsutils, procps, and vim. These packages increased the size of the image and can introduce security
1317
vulnerabilities, and it is unclear if they were ever useful in an interactive shell session. Please let XH know if you
1418
were relying on these for any purpose.
1519

16-
## v2.2.0 / latest - 2023-05-23
20+
## v2.2.0 - 2023-05-23
1721

18-
* nginx `v1.23.4`
22+
* nginx `1.23.4`
1923

2024
## v2.1.0 - 2022-01-14
2125

2226
* Ensure UTF8 charset spec'd in header, including for CSS files.
2327
See [xh-nginx/9](https://github.com/xh/xh-nginx/issues/9) - intermittent rendering issue with
2428
icons.
25-
* nginx `v1.21.5`
29+
* nginx `1.21.5`
2630

2731
## v2.0.0
2832

@@ -34,9 +38,9 @@ as the latest nginx version at the time of the build (recorded in the log entrie
3438
* Add basic useragent parsing to set `$is_mobile` and `$is_desktop` variables for use within
3539
app-level directives (e.g. redirecting from / to the correct platform-specific entry URI).
3640
* Set `proxy_cookie_path` directive to `Secure` but also allow cross-site access.
37-
* nginx `v1.21.0`
41+
* nginx `1.21.0`
3842

3943
## v1.0.0
4044

4145
* Initial versioned release of the base image.
42-
* nginx `v1.19.5`
46+
* nginx `1.19.5`

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.23.4
1+
FROM nginx:1.24.0
22

33
# Top-level config file, defaulted to the one shipped by the official nginx image. That default
44
# config will include all sub-configs in $XH_NGINX_CONFIG_PATH. Apps can use this default file and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deployments with additional configurations.
1010

1111
| Branch | nginx Version | Docker Tag(s) |
1212
|---------|:-------------:|-------------------|
13-
| master | 1.23.4 | `X.Y.Z`, `latest` |
13+
| master | 1.24.0 | `X.Y.Z`, `latest` |
1414
| develop | latest | `next` |
1515

1616
This image is [available on Docker Hub](https://hub.docker.com/r/xhio/xh-nginx/).

0 commit comments

Comments
 (0)