Skip to content

Commit

Permalink
update to 12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jubilee2 committed Nov 1, 2019
1 parent 8b28805 commit 5eda0c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM resin/rpi-raspbian:stretch-20190121
FROM balenalib/raspberrypi3:stretch-20190920
MAINTAINER Jubilee Tan

SHELL ["/bin/sh", "-c"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo docker run --detach \
--volume /srv/gitlab/config:/etc/gitlab \
--volume /srv/gitlab/logs:/var/log/gitlab \
--volume /srv/gitlab/data:/var/opt/gitlab \
jubilee2/rpi-gitlab-ce:v11.10.4
jubilee2/rpi-gitlab-ce:v12.4.1
```

## Method 2 build image by your self
Expand Down
4 changes: 2 additions & 2 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGECLOUD_REPO=raspberry-pi2
RELEASE_PACKAGE=gitlab-ce
RELEASE_VERSION=12.4.0-ce.0
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/raspberry-pi2/packages/raspbian/stretch/gitlab-ce_12.4.0-ce.0_armhf.deb/download.deb
RELEASE_VERSION=12.4.1-ce.0
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/packages/raspbian/stretch/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf.deb/download.deb

0 comments on commit 5eda0c7

Please sign in to comment.