mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
upgrade gogs-arm to 0.9.60
This commit is contained in:
parent
06b6ac3041
commit
384d341a6c
@ -5,7 +5,7 @@
|
||||
FROM easypi/alpine-arm
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV GOGS_VERSION 0.9.48
|
||||
ENV GOGS_VERSION 0.9.60
|
||||
ENV GOGS_CUSTOM /data/gogs
|
||||
|
||||
RUN apk add --no-cache bash \
|
||||
@ -36,7 +36,7 @@ RUN set -xe \
|
||||
|
||||
RUN set -xe \
|
||||
&& 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/
|
||||
|
||||
WORKDIR /app/gogs/
|
||||
|
Loading…
Reference in New Issue
Block a user