aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rootless
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2024-02-14 13:19:57 -0500
committerGitHub <noreply@github.com>2024-02-14 18:19:57 +0000
commita346a8c852a44c9c22eeb06701a384bb17a7ac0b (patch)
treecf6b9973e8ba8e55588f15f99bf649635036e1ce /Dockerfile.rootless
parent155269fa586c41a268530c3bb56349e68e6761d7 (diff)
downloadgitea-a346a8c852a44c9c22eeb06701a384bb17a7ac0b.tar.gz
gitea-a346a8c852a44c9c22eeb06701a384bb17a7ac0b.zip
bump to use go 1.22 (#29119)
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 6f27c698ac..dd7da97278 100644
--- a/Dockerfile.rootless
+++ b/Dockerfile.rootless
@@ -1,5 +1,5 @@
# Build stage
-FROM docker.io/library/golang:1.21-alpine3.19 AS build-env
+FROM docker.io/library/golang:1.22-alpine3.19 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}