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 0f58e58 commit c542057Copy full SHA for c542057
Dockerfile.downstream
@@ -10,7 +10,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 as builder
10
11
ARG TARGETARCH=amd64
12
ARG COMMIT
13
-ARG BUILDVERSION="1.8.0"
+ARG BUILDVERSION="1.9.0"
14
ARG IMAGE=registry.redhat.io/network-observability/network-observability-cli-rhel9:1.8
15
ARG AGENT_IMAGE=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9:1.8
16
@@ -43,7 +43,7 @@ RUN mkdir -p output
43
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1739751568
44
45
46
47
48
WORKDIR /
49
0 commit comments