From 812463636cb7836b21304d1196371e938aa6add1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 30 May 2020 19:23:54 +0000 Subject: [PATCH] gitea 1.11.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0143d9..3de2645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/go:1.13.3 AS build +FROM xena/go:1.14 AS build ENV PORT 2222 ENV TARGET 127.0.0.1:22 ENV GOPROXY https://cache.greedo.xeserv.us @@ -7,6 +7,6 @@ WORKDIR /within/proxystrip COPY . . 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 run.sh /etc/s6/proxystrip/run