From c601ea63585e04fdb84ba64afcab7217b79423a8 Mon Sep 17 00:00:00 2001 From: Scott Ganyo Date: Tue, 20 Jun 2023 10:01:04 -0700 Subject: [PATCH] switch builder to golang:1.20-bullseye (#1200) --- containers/registry-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/registry-server/Dockerfile b/containers/registry-server/Dockerfile index 775d106b9..7e674c0bb 100644 --- a/containers/registry-server/Dockerfile +++ b/containers/registry-server/Dockerfile @@ -17,7 +17,7 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.20.4 as builder +FROM golang:1.20-bullseye as builder RUN apt-get update RUN apt-get -y install unzip