File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ RUN addgroup -S nginx \
88
99ENV NGINX_VERSION=1.11.1 \
1010 NGINX_UPSTREAM_MODULE_URL=https://github.com/tarantool/nginx_upstream_module.git \
11- NGINX_UPSTREAM_MODULE_COMMIT=8bd44fc \
1211 NGINX_GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8
1312
1413RUN set -x \
@@ -39,7 +38,7 @@ RUN set -x \
3938 gettext \
4039 && : "---------- download nginx-upstream-module ----------" \
4140 && git clone "$NGINX_UPSTREAM_MODULE_URL" /usr/src/nginx_upstream_module \
42- && git -C /usr/src/nginx_upstream_module checkout docker-container \
41+ && git -C /usr/src/nginx_upstream_module checkout master \
4342 && git -C /usr/src/nginx_upstream_module submodule init \
4443 && git -C /usr/src/nginx_upstream_module submodule update \
4544 && make -C /usr/src/nginx_upstream_module yajl \
You can’t perform that action at this time.
0 commit comments