Skip to content

Commit

Permalink
Release 6.4.12 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Apr 24, 2024
1 parent fa686b4 commit 7c9f6da
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.12 2024-04-24 <dave at tiredofit dot ca>

### Added
- Nginx 1.26.0


## 6.4.11 2024-04-16 <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.25.5"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.26.0"} \
NGINX_AUTH_LDAP_VERSION=master \
NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_USER=nginx \
Expand Down

0 comments on commit 7c9f6da

Please sign in to comment.