1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00

upgrade gogs-arm to 0.9.113

This commit is contained in:
kev 2016-12-24 19:11:26 +08:00
parent 7264a9e277
commit fcd0a6db87

View File

@ -5,7 +5,7 @@
FROM easypi/alpine-arm FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV GOGS_VERSION 0.9.97 ENV GOGS_VERSION 0.9.113
ENV GOGS_CUSTOM /data/gogs ENV GOGS_CUSTOM /data/gogs
RUN apk add --no-cache bash \ RUN apk add --no-cache bash \
@ -24,7 +24,7 @@ RUN set -xe \
&& echo "export GOGS_CUSTOM=${GOGS_CUSTOM}" >> /etc/profile && echo "export GOGS_CUSTOM=${GOGS_CUSTOM}" >> /etc/profile
RUN set -xe \ RUN set -xe \
&& curl -L https://github.com/tianon/gosu/releases/download/1.9/gosu-armhf > /usr/sbin/gosu \ && curl -L https://github.com/tianon/gosu/releases/download/1.10/gosu-armhf > /usr/sbin/gosu \
&& chmod +x /usr/sbin/gosu && chmod +x /usr/sbin/gosu
RUN set -xe \ RUN set -xe \