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-1738659858 (main) (#4398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 3f78638 commit 043c000
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 @@ -27,7 +27,7 @@ RUN --mount=type=cache,target="/root/.cache/go-build" \
-o ./build/_output/bin/dynatrace-operator ./cmd/

# platform is required, otherwise the copy command will copy the wrong architecture files, don't trust GitHub Actions linting warnings
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-micro:9.5-1736426761@sha256:f6e0a71b7e0875b54ea559c2e0a6478703268a8d4b8bdcf5d911d0dae76aef51 AS base
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-micro:9.5-1738659858@sha256:a434c4babbc08a8d0a7f227154b46f0df0a4b701af0796716cb5305807b2b2b3 AS base
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9:9.5-1738643550@sha256:95356f4377e6ca6b8ad56fe33af8258d48010476aac287031dd572cfafceb285 AS dependency
RUN mkdir -p /tmp/rootfs-dependency
COPY --from=base / /tmp/rootfs-dependency
Expand Down

0 comments on commit 043c000

Please sign in to comment.