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