diff --git a/Dockerfile b/Dockerfile index 24cdc1dc..0c37a7f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7-1733160835 AS builder # Set the working directory WORKDIR /opt/app-root/src