diff --git a/images/build-e2e/Containerfile b/images/build-e2e/Containerfile index 68be8a812b..acfd9d7efa 100644 --- a/images/build-e2e/Containerfile +++ b/images/build-e2e/Containerfile @@ -9,7 +9,7 @@ WORKDIR /workspace COPY . . RUN GOARCH=${ARCH} GOOS=${OS} make build_e2e -FROM quay.io/rhqp/deliverest:v0.0.6 +FROM quay.io/rhqp/deliverest:v0.0.7 LABEL org.opencontainers.image.authors="CRCQE " diff --git a/images/build-integration/Containerfile b/images/build-integration/Containerfile index 56870327c5..fc49bd8528 100644 --- a/images/build-integration/Containerfile +++ b/images/build-integration/Containerfile @@ -9,7 +9,7 @@ WORKDIR /workspace COPY . . RUN GOARCH=${ARCH} GOOS=${OS} make build_integration -FROM quay.io/rhqp/deliverest:v0.0.6 +FROM quay.io/rhqp/deliverest:v0.0.7 LABEL org.opencontainers.image.authors="CRCQE "