Skip to content

Commit 00e4d49

Browse files
Update registry.access.redhat.com/ubi8 Docker tag to v8.10-1132.1733300785
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fb32f1f commit 00e4d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN cp -r $REMOTE_SOURCE_DIR/app/* .
3939
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
4040
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
4141

42-
FROM registry.access.redhat.com/ubi8:8.6-855 as base-env
42+
FROM registry.access.redhat.com/ubi8:8.10-1132.1733300785 as base-env
4343

4444
ENV BROKER_NAME=activemq-artemis
4545
ENV USER_UID=1000

0 commit comments

Comments
 (0)