Skip to content

Commit deff8fb

Browse files
committed
Fixed njs package versioning
1 parent aebdace commit deff8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: mainline/buster-perl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -x \
3333
nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \
3434
nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \
3535
nginx-module-perl=${NGINX_VERSION}-${PKG_RELEASE} \
36-
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \
36+
nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
3737
" \
3838
&& case "$dpkgArch" in \
3939
amd64|i386) \

Diff for: mainline/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN set -x \
3232
nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} \
3333
nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} \
3434
nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} \
35-
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} \
35+
nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} \
3636
" \
3737
&& case "$dpkgArch" in \
3838
amd64|i386) \

0 commit comments

Comments
 (0)