Skip to content

Commit e61ea36

Browse files
authored
Bump roxie to v0.2.1 (#251)
1 parent 954c9c4 commit e61ea36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/stackrox-test.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# binaries and images. Builds upon stackrox-build.Dockerfile.
33

44
ARG BASE_TAG
5-
ARG ROXIE_VERSION=0.2.0
6-
ARG ROXIE_CHECKSUM=sha256:51b2351fad3f6fcd2c211fe3d532f755a33abe6d5e3c394ad9606abf48ee3519
5+
ARG ROXIE_VERSION=0.2.1
6+
ARG ROXIE_CHECKSUM=sha256:fcc0737e25afde53d5db6f7ec8a9ddf628a4aac6d0b6442e89cac2b17a4a3381
77
FROM quay.io/rhacs-eng/roxie:v${ROXIE_VERSION}@${ROXIE_CHECKSUM} AS roxie-installer
88

99
FROM quay.io/stackrox-io/apollo-ci:${BASE_TAG} as base

images/stackrox-ui-test.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Provides the tooling required run UI tests against the StackRox images.
22

3-
ARG ROXIE_VERSION=0.2.0
4-
ARG ROXIE_CHECKSUM=sha256:51b2351fad3f6fcd2c211fe3d532f755a33abe6d5e3c394ad9606abf48ee3519
3+
ARG ROXIE_VERSION=0.2.1
4+
ARG ROXIE_CHECKSUM=sha256:fcc0737e25afde53d5db6f7ec8a9ddf628a4aac6d0b6442e89cac2b17a4a3381
55
FROM quay.io/rhacs-eng/roxie:v${ROXIE_VERSION}@${ROXIE_CHECKSUM} AS roxie-installer
66

77
FROM quay.io/centos/centos:stream9

0 commit comments

Comments
 (0)