diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a09c56d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea diff --git a/Dockerfile b/Dockerfile index 6eeac49..45fc9b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ ENV BACKUP_TIME="0 12 * * *" \ TERM=xterm \ PACKAGECLOUD_REPO=gitlab-ce \ RELEASE_PACKAGE=gitlab-ce \ - RELEASE_VERSION=12.7.5-ce.0 \ - DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_12.7.5-ce.0_amd64.deb + RELEASE_VERSION=12.8.1-ce.0 \ + DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_12.8.1-ce.0_amd64.deb COPY container-files /