Skip to content

Commit

Permalink
Release 6.2.22 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Apr 12, 2023
1 parent dc560d9 commit 5292626
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.22 2023-04-11 <dave at tiredofit dot ca>

### Added
- Nginx 1.24.0


## 6.2.21 2023-03-28 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG NGINX_VERSION

ENV NGINX_VERSION=${NGINX_VERSION:-"1.23.4"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.24.0"} \
NGINX_AUTH_LDAP_VERSION=master \
NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_USER=nginx \
Expand Down

0 comments on commit 5292626

Please sign in to comment.