Skip to content

Commit

Permalink
Release 6.4.14 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 29, 2024
1 parent 26460a0 commit 5a25522
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.4.14 2024-05-29 <dave at tiredofit dot ca>

### Added
- Nginx 1.26.1


## 6.4.13 2024-05-23 <dave at tiredofit dot ca>

### Changed
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.26.0"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.26.1"} \
NGINX_AUTH_LDAP_VERSION=master \
NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_USER=nginx \
Expand Down

0 comments on commit 5a25522

Please sign in to comment.