Skip to content

Commit 5eda0c7

Browse files
committed
update to 12.4.1
1 parent 8b28805 commit 5eda0c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM resin/rpi-raspbian:stretch-20190121
1+
FROM balenalib/raspberrypi3:stretch-20190920
22
MAINTAINER Jubilee Tan
33

44
SHELL ["/bin/sh", "-c"],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo docker run --detach \
2121
--volume /srv/gitlab/config:/etc/gitlab \
2222
--volume /srv/gitlab/logs:/var/log/gitlab \
2323
--volume /srv/gitlab/data:/var/opt/gitlab \
24-
jubilee2/rpi-gitlab-ce:v11.10.4
24+
jubilee2/rpi-gitlab-ce:v12.4.1
2525
```
2626

2727
## Method 2 build image by your self

RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PACKAGECLOUD_REPO=raspberry-pi2
22
RELEASE_PACKAGE=gitlab-ce
3-
RELEASE_VERSION=12.4.0-ce.0
4-
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/raspberry-pi2/packages/raspbian/stretch/gitlab-ce_12.4.0-ce.0_armhf.deb/download.deb
3+
RELEASE_VERSION=12.4.1-ce.0
4+
DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/packages/raspbian/stretch/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf.deb/download.deb

0 commit comments

Comments
 (0)