Update Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Cédric Verstraeten
2025-05-19 15:15:33 +02:00
committed by GitHub
parent 02fb70c76e
commit 3f73c009fd

View File

@@ -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