1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 16:48:37 +00:00

Update Changelog (#18047)

This commit is contained in:
zeripath
2021-12-21 03:12:46 +00:00
committed by GitHub
parent 91f5be889a
commit 877040e652
3 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
###################################
#Build stage
FROM golang:1.16-alpine3.13 AS build-env
FROM techknowlogick/go:1.16-alpine3.13 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}