gitea 1.11.5
This commit is contained in:
parent
8d76c480e8
commit
812463636c
|
@ -1,4 +1,4 @@
|
||||||
FROM xena/go:1.13.3 AS build
|
FROM xena/go:1.14 AS build
|
||||||
ENV PORT 2222
|
ENV PORT 2222
|
||||||
ENV TARGET 127.0.0.1:22
|
ENV TARGET 127.0.0.1:22
|
||||||
ENV GOPROXY https://cache.greedo.xeserv.us
|
ENV GOPROXY https://cache.greedo.xeserv.us
|
||||||
|
@ -7,6 +7,6 @@ WORKDIR /within/proxystrip
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN GOBIN=/usr/local/bin go install
|
RUN GOBIN=/usr/local/bin go install
|
||||||
|
|
||||||
FROM gitea/gitea:1.10.0
|
FROM gitea/gitea:1.11.5
|
||||||
COPY --from=build /usr/local/bin/proxystrip /usr/local/bin/proxystrip
|
COPY --from=build /usr/local/bin/proxystrip /usr/local/bin/proxystrip
|
||||||
COPY run.sh /etc/s6/proxystrip/run
|
COPY run.sh /etc/s6/proxystrip/run
|
||||||
|
|
Loading…
Reference in New Issue