From 47124484c4e5f1faa3223fce65b0cf11dad8e699 Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 11 Nov 2024 07:41:23 +1300 Subject: [PATCH] Ensure desired golang image tag is specified. Signed-off-by: James Blair --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1971ab..0e6f952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/golang@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4 +FROM docker.io/golang:1.23-alpine@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4 RUN apk add --no-cache curl git make && rm -rf /var/cache/apk/*