diff --git a/Dockerfile b/Dockerfile index ea56c88f..ac3da395 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 AS builder +FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder ENV SOURCE_DIR=/maestro WORKDIR $SOURCE_DIR @@ -26,4 +26,4 @@ LABEL name="maestro" \ description="maestro API" \ io.k8s.description="maestro API" \ io.k8s.display-name="maestro" \ - io.openshift.tags="maestro" \ No newline at end of file + io.openshift.tags="maestro"