diff --git a/Dockerfile b/Dockerfile index a78f391..d34acbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM registry.access.redhat.com/ubi9/go-toolset:1787080752 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1788410013 AS builder # Switch to root to set up workspace USER root