mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
use bundler 2.1.4
This commit is contained in:
parent
812de4a1cf
commit
abb5d0e6c0
@ -8,7 +8,8 @@ https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list
|
||||
- gitaly: upgrade v13.6.0
|
||||
- gitlab-shell: upgrade to v13.13.0
|
||||
- gitlab-pages: upgrade to v1.30.0
|
||||
- gitlab-workhorse: upgrade to v8.54.0
|
||||
- gitlab-workhorse: upgrade to v8.54.0
|
||||
- use bundler 2.1.4
|
||||
|
||||
**13.5.4**
|
||||
- gitlab: upgrade CE to v13.5.4
|
||||
|
||||
@ -51,7 +51,7 @@ RUN set -ex && \
|
||||
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
|
||||
&& gem install --no-document bundler -v 1.17.3 \
|
||||
&& gem install --no-document bundler -v 2.1.4 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY assets/build/ ${GITLAB_BUILD_DIR}/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user