diff --git a/Dockerfile b/Dockerfile index d4e143cf..77579c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.23 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1777537863 as builder COPY --chown=default . . ENV CGO_ENABLED=0 RUN ["go", "build", "-o", "config_manager", "."]