Skip to content

Commit

Permalink
Release 6.2.21 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 28, 2023
1 parent 53ca4e3 commit dc560d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.2.21 2023-03-28 <dave at tiredofit dot ca>

### Added
- Nginx 1.23.4


## 6.2.20 2023-03-26 <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.23.3"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.23.4"} \
NGINX_AUTH_LDAP_VERSION=master \
NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_USER=nginx \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"

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

0 comments on commit dc560d9

Please sign in to comment.