@@ -2,11 +2,11 @@ FROM tiredofit/debian:buster
2
2
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
3
3
4
4
# ## Set Defaults and Arguments
5
- ENV GITLAB_VERSION="13.9.3 -ee" \
5
+ ENV GITLAB_VERSION="13.9.4 -ee" \
6
6
GITLAB_SHELL_VERSION="13.17.0" \
7
7
GITLAB_WORKHORSE_VERSION="8.63.2" \
8
8
GITLAB_PAGES_VERSION="1.35.0" \
9
- GITALY_SERVER_VERSION="13.9.3 " \
9
+ GITALY_SERVER_VERSION="13.9.4 " \
10
10
GITLAB_ELASTICSEARCH_INDEXER_VERSION="2.9.0" \
11
11
GITLAB_USER="git" \
12
12
GITLAB_HOME="/home/git" \
@@ -29,7 +29,7 @@ ENV GITLAB_INSTALL_DIR="${GITLAB_HOME}/gitlab" \
29
29
SKIP_SANITY_CHECK=FALSE
30
30
31
31
# ## Set Nginx Version Number
32
- ENV NGINX_VERSION=1.19.6 \
32
+ ENV NGINX_VERSION=1.19.8 \
33
33
NGINX_AUTH_LDAP_VERSION=master \
34
34
NGINX_BROTLI_VERSION=25f86f0bac1101b6512135eac5f93c49c63609e3 \
35
35
NGINX_BOT_BLOCKER_VERSION=V4.2020.11.2170 \
@@ -288,10 +288,10 @@ RUN set -x && \
288
288
sudo -u ${GITLAB_USER} git config --global gc.auto 0 && \
289
289
sudo -u ${GITLAB_USER} git config --global repack.writeBitmaps true && \
290
290
sudo -u ${GITLAB_USER} git config --global receive.advertisePushOptions true && \
291
- sudo -u ${GITLAB_USER} git config --global core.fsyncObjectFiles true && \
291
+ sudo -u ${GITLAB_USER} git config --global core.fsyncObjectFiles true
292
292
\
293
293
# ## Download and Install Gitlab
294
- GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab.git && \
294
+ RUN set -x; GITLAB_CLONE_URL=https://gitlab.com/gitlab-org/gitlab.git && \
295
295
mkdir -p ${GITLAB_INSTALL_DIR} && \
296
296
git clone -q -b v${GITLAB_VERSION} --depth 1 ${GITLAB_CLONE_URL} ${GITLAB_INSTALL_DIR} && \
297
297
\
0 commit comments