Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8 Docker tag to v8.10-1132.17314…
Browse files Browse the repository at this point in the history
…61736

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Nov 18, 2024
1 parent fb32f1f commit 98098cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-1132.1731461736 as base-env

ENV BROKER_NAME=activemq-artemis
ENV USER_UID=1000
Expand Down

0 comments on commit 98098cb

Please sign in to comment.