diff options
author | techknowlogick <techknowlogick@gitea.com> | 2024-02-14 13:19:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 18:19:57 +0000 |
commit | a346a8c852a44c9c22eeb06701a384bb17a7ac0b (patch) | |
tree | cf6b9973e8ba8e55588f15f99bf649635036e1ce /Dockerfile | |
parent | 155269fa586c41a268530c3bb56349e68e6761d7 (diff) | |
download | gitea-a346a8c852a44c9c22eeb06701a384bb17a7ac0b.tar.gz gitea-a346a8c852a44c9c22eeb06701a384bb17a7ac0b.zip |
bump to use go 1.22 (#29119)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 325b0255df..b647c0cd59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} |