mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
upgrade gogs-arm to 0.9.113
This commit is contained in:
parent
7264a9e277
commit
fcd0a6db87
@ -5,7 +5,7 @@
|
||||
FROM easypi/alpine-arm
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV GOGS_VERSION 0.9.97
|
||||
ENV GOGS_VERSION 0.9.113
|
||||
ENV GOGS_CUSTOM /data/gogs
|
||||
|
||||
RUN apk add --no-cache bash \
|
||||
@ -24,7 +24,7 @@ RUN set -xe \
|
||||
&& echo "export GOGS_CUSTOM=${GOGS_CUSTOM}" >> /etc/profile
|
||||
|
||||
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
|
||||
|
||||
RUN set -xe \
|
||||
|
Loading…
Reference in New Issue
Block a user