diff --git a/.openshift-ci/Dockerfile.build_root b/.openshift-ci/Dockerfile.build_root index 6fd8b0da9..dae06d18d 100644 --- a/.openshift-ci/Dockerfile.build_root +++ b/.openshift-ci/Dockerfile.build_root @@ -10,4 +10,4 @@ # - `make update` and commit the results # - run `/test pj-rehearse-max` on the openshift/release PR to validate the change -FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.59 +FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61 diff --git a/.openshift-ci/build/Dockerfile.build-bundle b/.openshift-ci/build/Dockerfile.build-bundle index 2103a1f55..c15cd804d 100644 --- a/.openshift-ci/build/Dockerfile.build-bundle +++ b/.openshift-ci/build/Dockerfile.build-bundle @@ -1,4 +1,4 @@ -FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.59 +FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61 COPY . /go/src/github.com/stackrox/scanner WORKDIR /go/src/github.com/stackrox/scanner diff --git a/.openshift-ci/build/Dockerfile.build-db-bundle b/.openshift-ci/build/Dockerfile.build-db-bundle index 8188d95b7..e0c0b8a44 100644 --- a/.openshift-ci/build/Dockerfile.build-db-bundle +++ b/.openshift-ci/build/Dockerfile.build-db-bundle @@ -1,4 +1,4 @@ -FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.59 +FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61 COPY . /go/src/github.com/stackrox/scanner WORKDIR /go/src/github.com/stackrox/scanner diff --git a/.openshift-ci/build/Dockerfile.generate-db-dump b/.openshift-ci/build/Dockerfile.generate-db-dump index 5c453b7ed..9caa9cb3b 100644 --- a/.openshift-ci/build/Dockerfile.generate-db-dump +++ b/.openshift-ci/build/Dockerfile.generate-db-dump @@ -1,4 +1,4 @@ -FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.59 +FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61 COPY . /go/src/github.com/stackrox/scanner WORKDIR /go/src/github.com/stackrox/scanner diff --git a/.openshift-ci/build/Dockerfile.generate-genesis-dump b/.openshift-ci/build/Dockerfile.generate-genesis-dump index 82d8028f5..81d432e0a 100644 --- a/.openshift-ci/build/Dockerfile.generate-genesis-dump +++ b/.openshift-ci/build/Dockerfile.generate-genesis-dump @@ -1,4 +1,4 @@ -FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.59 +FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61 COPY . /go/src/github.com/stackrox/scanner WORKDIR /go/src/github.com/stackrox/scanner diff --git a/BUILD_IMAGE_VERSION b/BUILD_IMAGE_VERSION index 4b309ab38..1bd4544ea 100644 --- a/BUILD_IMAGE_VERSION +++ b/BUILD_IMAGE_VERSION @@ -1 +1 @@ -scanner-build-0.3.59 +scanner-build-0.3.61