1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-25 19:08:28 +00:00
This commit is contained in:
techknowlogick
2025-08-15 06:13:24 -04:00
committed by GitHub
parent d9a2dfd95e
commit 1740d36581
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM docker.io/library/golang:1.24-alpine3.22 AS build-env
FROM docker.io/library/golang:1.25-alpine3.22 AS build-env
ARG GOPROXY
ENV GOPROXY=${GOPROXY:-direct}