Skip to content

Commit

Permalink
update 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taomaree authored Jul 25, 2019
1 parent 7e0cc83 commit a9bfaff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ FROM ubuntu:bionic

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION=12.0.3
ARG VERSION=12.1.0

ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.6 \
GOLANG_VERSION=1.12.6 \
GITLAB_SHELL_VERSION=9.3.0 \
GITLAB_WORKHORSE_VERSION=8.7.0 \
GITLAB_PAGES_VERSION=1.6.1 \
GITALY_SERVER_VERSION=1.47.0 \
GITLAB_PAGES_VERSION=1.7.0 \
GITALY_SERVER_VERSION=1.53.0 \
GITLAB_USER="git" \
GITLAB_HOME="/home/git" \
GITLAB_LOG_DIR="/var/log/gitlab" \
Expand Down Expand Up @@ -48,6 +48,7 @@ RUN apt-get update \
libmysqlclient20 libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
libgdbm5 libreadline7 libncurses5 libffi6 \
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
python3-requests python3-jenkins python3-gitlab \
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
&& locale-gen en_US.UTF-8 \
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
Expand Down

0 comments on commit a9bfaff

Please sign in to comment.