Skip to content

Commit d477881

Browse files
committed
Docker: getting a wrong git's branch was fixed
1 parent b4cbdca commit d477881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN addgroup -S nginx \
88

99
ENV 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

1413
RUN 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 \

0 commit comments

Comments
 (0)