1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-08 23:36:18 +02:00

upgrade gogs-arm to 0.9.128

This commit is contained in:
kev 2017-02-01 15:57:15 +08:00
parent b32d6ead07
commit 6e4532f406

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.113 ENV GOGS_VERSION 0.9.128
ENV GOGS_CUSTOM /data/gogs ENV GOGS_CUSTOM /data/gogs
RUN apk add --no-cache bash \ RUN apk add --no-cache bash \
@ -30,9 +30,9 @@ RUN set -xe \
RUN set -xe \ RUN set -xe \
&& mkdir /app/ \ && mkdir /app/ \
&& cd /app/ \ && cd /app/ \
&& curl -LO https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_arm.zip \ && curl -LO https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_armv6.zip \
&& unzip linux_arm.zip \ && unzip linux_armv6.zip \
&& rm linux_arm.zip && rm linux_armv6.zip
RUN set -xe \ RUN set -xe \
&& cd /app/gogs/ \ && cd /app/gogs/ \