Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9-micro docker tag …
Browse files Browse the repository at this point in the history
…to v9.5-1731519709
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 1fd2c74 commit 7bfd309
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 @@ -23,7 +23,7 @@ RUN --mount=type=cache,target="/root/.cache/go-build" CGO_ENABLED=1 CGO_CFLAGS="
go build -tags "${GO_BUILD_TAGS}" -trimpath -ldflags="${GO_LINKER_ARGS}" \
-o ./build/_output/bin/dynatrace-operator ./cmd/

FROM registry.access.redhat.com/ubi9-micro:9.4-15@sha256:7f376b75faf8ea546f28f8529c37d24adcde33dca4103f4897ae19a43d58192b AS base
FROM registry.access.redhat.com/ubi9-micro:9.5-1731519709@sha256:ac53e091e8bcaf2e33877dc26fd118aea7f31ba82b7c6f083e39ad9cea6691fc AS base
FROM registry.access.redhat.com/ubi9:9.5-1731517889@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f AS dependency
RUN mkdir -p /tmp/rootfs-dependency
COPY --from=base / /tmp/rootfs-dependency
Expand Down

0 comments on commit 7bfd309

Please sign in to comment.