diff --git a/Dockerfile b/Dockerfile index 8688ace..464e714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1773318690 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.7-1777537863 AS builder COPY api api COPY pkg pkg COPY cmd cmd