mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
upgrade gogs-arm to 0.9.60
This commit is contained in:
@@ -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.48
|
ENV GOGS_VERSION 0.9.60
|
||||||
ENV GOGS_CUSTOM /data/gogs
|
ENV GOGS_CUSTOM /data/gogs
|
||||||
|
|
||||||
RUN apk add --no-cache bash \
|
RUN apk add --no-cache bash \
|
||||||
@@ -36,7 +36,7 @@ RUN set -xe \
|
|||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& cd /app/gogs/ \
|
&& cd /app/gogs/ \
|
||||||
&& curl -L https://github.com/gogits/gogs/archive/master.tar.gz | tar xz --strip 1 gogs-master/docker \
|
&& curl -L https://github.com/gogits/gogs/archive/v${GOGS_VERSION}.tar.gz | tar xz --strip 1 gogs-${GOGS_VERSION}/docker \
|
||||||
&& mv docker/nsswitch.conf /etc/
|
&& mv docker/nsswitch.conf /etc/
|
||||||
|
|
||||||
WORKDIR /app/gogs/
|
WORKDIR /app/gogs/
|
||||||
|
|||||||
Reference in New Issue
Block a user