aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-08-20 18:27:46 -0400
committerGitHub <noreply@github.com>2023-08-21 00:27:46 +0200
commit653e77fd228f1ddb6e11ff289cfcc99680d7b111 (patch)
tree7cbca76c9eb144177e7d9f670fe1b4440e9be4d6 /Dockerfile.rootless
parent9c80a5d508c138bef6692cc566df7732a75a177d (diff)
downloadgitea-653e77fd228f1ddb6e11ff289cfcc99680d7b111.tar.gz
gitea-653e77fd228f1ddb6e11ff289cfcc99680d7b111.zip
bump go to 1.21 (#26608)
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'Dockerfile.rootless')
-rw-r--r--Dockerfile.rootless2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.rootless b/Dockerfile.rootless
index aa74d35987..449e630fad 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -1,5 +1,5 @@
#Build stage
-FROM docker.io/library/golang:1.20-alpine3.18 AS build-env
+FROM docker.io/library/golang:1.21-alpine3.18 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}