Skip to content
Snippets Groups Projects
Commit deff8fbe authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

Fixed njs package versioning

parent aebdace3
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ RUN set -x \ ...@@ -33,7 +33,7 @@ RUN set -x \
nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-perl=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-perl=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386) \
......
...@@ -32,7 +32,7 @@ RUN set -x \ ...@@ -32,7 +32,7 @@ RUN set -x \
nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \ nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \ nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
" \ " \
&& case "$dpkgArch" in \ && case "$dpkgArch" in \
amd64|i386) \ amd64|i386) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment