diff --git a/Dockerfile b/Dockerfile index 3abfdd1..f48737b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1733303300 AS builder WORKDIR $GOPATH/src/mypackage/myapp/ COPY go.mod go.mod COPY go.sum go.sum