diff options
author | techknowlogick <techknowlogick@gitea.io> | 2022-08-07 12:25:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 12:25:03 -0400 |
commit | be824890e4abac05526248fe8aed8eca6aceb1da (patch) | |
tree | cb308dc93fe8b3274a0e3b7ec743f584a5e1100d /Dockerfile.rootless | |
parent | 64c371a1679982cb3fb17e3b4b986dfcd38d8647 (diff) | |
download | gitea-be824890e4abac05526248fe8aed8eca6aceb1da.tar.gz gitea-be824890e4abac05526248fe8aed8eca6aceb1da.zip |
Switch to building with go1.19 (#20695)
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r-- | Dockerfile.rootless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.rootless b/Dockerfile.rootless index c597fb29c8..8c2b8e98c9 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -1,5 +1,5 @@ #Build stage -FROM golang:1.18-alpine3.16 AS build-env +FROM golang:1.19-alpine3.16 AS build-env ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} |