diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile index fb08cce..15b405c 100644 --- a/dashboard/Dockerfile +++ b/dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.18.10-4 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 as builder COPY ./ ./ # cache deps before building and copying source so that we don't need to re-download as much