Skip to content

Commit a8a5251

Browse files
authored
bump-1.9.0
1 parent 0f58e58 commit a8a5251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.downstream

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23 as builder
1010

1111
ARG TARGETARCH=amd64
1212
ARG COMMIT
13-
ARG BUILDVERSION="1.8.0"
13+
ARG BUILDVERSION="1.9.0"
1414
ARG IMAGE=registry.redhat.io/network-observability/network-observability-cli-rhel9:1.8
1515
ARG AGENT_IMAGE=registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9:1.8
1616

@@ -43,7 +43,7 @@ RUN mkdir -p output
4343
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1739751568
4444

4545
ARG COMMIT
46-
ARG BUILDVERSION="1.8.0"
46+
ARG BUILDVERSION="1.9.0"
4747

4848
WORKDIR /
4949

0 commit comments

Comments
 (0)