Skip to content

Commit

Permalink
Release 6.5.3 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 2, 2024
1 parent 5b67a62 commit c540efe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.5.3 2024-10-02 <dave at tiredofit dot ca>

### Added
- Nginx 1.27.2
- Pin to tiredofit/alpine:7.10.15


## 6.5.2 2024-09-25 <dave at tiredofit dot ca>

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG DISTRO=alpine
ARG DISTRO_VARIANT=3.20

FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.14
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.15
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG NGINX_VERSION

ENV NGINX_VERSION=${NGINX_VERSION:-"1.27.1"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.27.2"} \
NGINX_MODULE_AUTH_LDAP_VERSION=241200eac8e4acae74d353291bd27f79e5ca3dc4 \
NGINX_MODULE_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_MODULE_COOKIE_FLAG_VERSION=c4ff449318474fbbb4ba5f40cb67ccd54dc595d4 \
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.25.1"} \
ENV NGINX_VERSION=${NGINX_VERSION:-"1.27.2"} \
NGINX_AUTH_LDAP_VERSION=master \
NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
NGINX_USER=nginx \
Expand Down

0 comments on commit c540efe

Please sign in to comment.