diff --git a/Dockerfile b/Dockerfile index 5caa18d..7d22af5 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE=registry.access.redhat.com/ubi9-micro:latest -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1778675823 AS builder ARG GIT_SHA=unknown ARG GIT_DIRTY=""