We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5365038 commit fa96f55Copy full SHA for fa96f55
Dockerfile
@@ -8,7 +8,7 @@ RUN make build
8
FROM builder AS test
9
RUN make test
10
11
-FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 as prod
+FROM registry.access.redhat.com/ubi9-minimal:9.6-1753762263 as prod
12
COPY --from=builder /workspace/git-partition-sync-consumer /bin/git-partition-sync-consumer
13
RUN microdnf update -y && microdnf install -y git
14
0 commit comments