From e54d4c8b08bbadea01eefed1577e8217fa2fe9cf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:12:34 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8 Docker tag to v8.10-1161.1735829865 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eaf1186f..75ff10ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN cp -r $REMOTE_SOURCE_DIR/app/* . # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform. RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -ldflags="-X '${GO_MODULE}/version.BuildTimestamp=`date '+%Y-%m-%dT%H:%M:%S'`'" -o manager main.go -FROM registry.access.redhat.com/ubi8:8.6-855 as base-env +FROM registry.access.redhat.com/ubi8:8.10-1161.1735829865 as base-env ENV BROKER_NAME=activemq-artemis ENV USER_UID=1000