Rebuild gitea images under new golang release

Golang makes periodic compiler releases. One was made today and we
should rebuild gitea under it. Looks like the
library/golang:1.18-bullseye image has update in docker hub:

  https://hub.docker.com/layers/library/golang/1.18-bullseye/images/sha256-0fb1e79db0084e49cd4169612c6f7b7d414a1dba59072997cd3ac3ae1d725361?context=explore

Which should be all we need to take advantage of this new release.

Change-Id: I7d411e244296ffd97483b93942ce3105e8d3e325
This commit is contained in:
Clark Boylan 2022-11-01 12:45:41 -07:00
parent 5d4ca69d51
commit 0209a923e3

View File

@ -21,6 +21,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# Tue Nov 1 17:14:38 UTC 2022 - trigger rebuild
###################################
#Build stage
FROM docker.io/library/golang:1.18-bullseye AS build-env