diff --git a/oci/datadog-cluster-agent/Dockerfile b/oci/datadog-cluster-agent/Dockerfile index f906fd8..c1e56fe 100644 --- a/oci/datadog-cluster-agent/Dockerfile +++ b/oci/datadog-cluster-agent/Dockerfile @@ -2,7 +2,7 @@ # Preparation stage: layout and chmods # ######################################## -FROM datadog/cluster-agent:latest as builder +FROM gcr.io/datadoghq/cluster-agent:latest as builder #################################### # Actual docker image construction #