@@ -6,9 +6,11 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66
77ARG  NGINX_VERSION
88
9- ENV  NGINX_VERSION=${NGINX_VERSION:-"1.27.0" } \
10-     NGINX_AUTH_LDAP_VERSION=master \
11-     NGINX_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
9+ ENV  NGINX_VERSION=${NGINX_VERSION:-"1.27.1" } \
10+     NGINX_MODULE_AUTH_LDAP_VERSION=241200eac8e4acae74d353291bd27f79e5ca3dc4 \
11+     NGINX_MODULE_BROTLI_VERSION=6e975bcb015f62e1f303054897783355e2a877dc \
12+     NGINX_MODULE_COOKIE_FLAG_VERSION=c4ff449318474fbbb4ba5f40cb67ccd54dc595d4 \
13+     NGINX_MODULE_MORE_HEADERS_VERSION=f8f80997f19a41dc4181987544b9f3570cc3d6da \
1214    NGINX_USER=nginx \
1315    NGINX_GROUP=www-data \
1416    NGINX_WEBROOT=/www/html \
@@ -57,10 +59,10 @@ RUN case "$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f
5759    \
5860    mkdir -p /www /var/log/nginx && \
5961    chown -R ${NGINX_USER}:${NGINX_GROUP} /var/log/nginx && \
60-     clone_git_repo https://github.com/openresty/headers-more-nginx-module && \
61-     clone_git_repo https://github.com/kvspb/nginx-auth-ldap ${NGINX_LDAP_VERSION } && \
62-     clone_git_repo https://github.com/AirisX/nginx_cookie_flag_module  && \
63-     clone_git_repo https://github.com/google/ngx_brotli  ${NGINX_BROTLI_VERSION } && \
62+     clone_git_repo https://github.com/openresty/headers-more-nginx-module ${NGINX_MODULE_MORE_HEADERS_VERSION}  && \
63+     clone_git_repo https://github.com/kvspb/nginx-auth-ldap ${NGINX_MODULE_AUTH_LDAP_VERSION } && \
64+     clone_git_repo https://github.com/google/ngx_brotli ${NGINX_MODULE_BROTLI_VERSION}  && \
65+     clone_git_repo https://github.com/AirisX/nginx_cookie_flag_module  ${NGINX_MODULE_COOKIE_FLAG_VERSION } && \
6466    mkdir -p /usr/src/nginx && \
6567    curl -sSL http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz | tar xvfz - --strip 1 -C /usr/src/nginx && \
6668    cd /usr/src/nginx && \
0 commit comments