diff --git a/Dockerfile b/Dockerfile index 17829f2..1fc6a0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1723736585 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724181402 AS builder WORKDIR $GOPATH/src/mypackage/myapp/ COPY go.mod go.mod COPY go.sum go.sum