mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
upgrade gogs-arm to 0.9.128
This commit is contained in:
parent
b32d6ead07
commit
6e4532f406
@ -5,7 +5,7 @@
|
||||
FROM easypi/alpine-arm
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV GOGS_VERSION 0.9.113
|
||||
ENV GOGS_VERSION 0.9.128
|
||||
ENV GOGS_CUSTOM /data/gogs
|
||||
|
||||
RUN apk add --no-cache bash \
|
||||
@ -30,9 +30,9 @@ RUN set -xe \
|
||||
RUN set -xe \
|
||||
&& mkdir /app/ \
|
||||
&& cd /app/ \
|
||||
&& curl -LO https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_arm.zip \
|
||||
&& unzip linux_arm.zip \
|
||||
&& rm linux_arm.zip
|
||||
&& curl -LO https://github.com/gogits/gogs/releases/download/v${GOGS_VERSION}/linux_armv6.zip \
|
||||
&& unzip linux_armv6.zip \
|
||||
&& rm linux_armv6.zip
|
||||
|
||||
RUN set -xe \
|
||||
&& cd /app/gogs/ \
|
||||
|
Loading…
Reference in New Issue
Block a user