From 3f73c009fd94b6cf6c7a21ee0aa695de283180bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Mon, 19 May 2025 15:15:33 +0200 Subject: [PATCH] Update Dockerfile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11ee743..165a3cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM kerberos/base:70ec57e AS build-machinery +ARG BASE_IMAGE_VERSION=70ec57e +FROM kerberos/base:${BASE_IMAGE_VERSION} AS build-machinery LABEL AUTHOR=Kerberos.io ENV GOROOT=/usr/local/go