diff --git a/Dockerfile b/Dockerfile index 6263565..4a73f13 100644 --- 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:9.8-1786023237 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1786351949 AS builder ARG GIT_SHA=unknown ARG GIT_DIRTY=""