diff options
author | Stan Hu <stanhu@gmail.com> | 2015-03-23 12:11:38 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-03-23 12:11:38 +0000 |
commit | a2e161cb35eb8b755ebdff92ab95f0fe4ca5d87d (patch) | |
tree | 79eaccf869421137c102843f183714a177ade2c9 /docker | |
parent | bc4e25189805879490555ef2782193470f4fe295 (diff) | |
download | gitlab-ce-a2e161cb35eb8b755ebdff92ab95f0fe4ca5d87d.tar.gz |
Bump Docker build to GitLab v7.9.0
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 4eb280f9554..f34cbc38a54 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update -q \ # If the Omnibus package version below is outdated please contribute a merge request to update it. # If you run GitLab Enterprise Edition point it to a location where you have downloaded it. RUN TMP_FILE=$(mktemp); \ - wget -q -O $TMP_FILE https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.8.3-omnibus-1_amd64.deb \ + wget -q -O $TMP_FILE https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.9.0-omnibus.2-1_amd64.deb \ && dpkg -i $TMP_FILE \ && rm -f $TMP_FILE |