Skip to content

Commit

Permalink
Update base image to registry.access.redhat.com/ubi9-minimal:9.5-1736…
Browse files Browse the repository at this point in the history
…404155
  • Loading branch information
arkmq-bot committed Jan 17, 2025
1 parent 1cdea0c commit 8198f38
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 @@ -41,7 +41,7 @@ RUN cp -r $REMOTE_SOURCE_DIR/app/* .
# when is executed on nodes that are booted into FIPS mode.
RUN CGO_ENABLED=1 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/ubi9-minimal:9.5-1731593028 as base-env
FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155 as base-env

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

0 comments on commit 8198f38

Please sign in to comment.