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 68a4aa1 commit 8486ef5Copy full SHA for 8486ef5
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /workspace
4
COPY . .
5
RUN make test build
6
7
-FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542
+FROM registry.access.redhat.com/ubi9-minimal:9.6-1752587672
8
COPY --from=builder /workspace/git-partition-sync-consumer /bin/git-partition-sync-consumer
9
RUN microdnf update -y && microdnf install -y git
10
0 commit comments