diff --git a/cmd/grafana-agent-operator/Dockerfile b/cmd/grafana-agent-operator/Dockerfile index 17847af8456b..a86af13209bb 100644 --- a/cmd/grafana-agent-operator/Dockerfile +++ b/cmd/grafana-agent-operator/Dockerfile @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ RELEASE_BUILD=${RELEASE_BUILD} VERSION=${VERSION} \ make operator -FROM ubuntu:lunar +FROM ubuntu:mantic LABEL org.opencontainers.image.source="https://github.com/grafana/agent" @@ -30,7 +30,6 @@ LABEL org.opencontainers.image.source="https://github.com/grafana/agent" RUN <