diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-03-01 09:40:04 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-03-01 09:40:04 +0100 |
commit | 7486bc0ae33adc141abbca2ea5dea833e56d5409 (patch) | |
tree | f0e7a2693f9c28d279091ad3039d6325bdac720d /docker | |
parent | 8aabb58d5bac01377224ba76d8f8f3ba403e325d (diff) | |
download | gitlab-ce-7486bc0ae33adc141abbca2ea5dea833e56d5409.tar.gz |
Update Dockerfile for GitLab 7.8.1
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 3a0a55e18e3..3584a754c62 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.0-omnibus-1_amd64.deb \ + wget -q -O $TMP_FILE https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab_7.8.1-omnibus-1_amd64.deb \ && dpkg -i $TMP_FILE \ && rm -f $TMP_FILE |