Skip to content

Commit 039f6ae

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1762180032 (kroxylicious#2888)
Signed-off-by: Kroxylicious Robot <153509303+kroxylicious-robot@users.noreply.github.com>
1 parent 3cb4d3f commit 039f6ae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -ex; \
4040
COPY . .
4141
RUN mvn -q -B clean package -Pdist -Dquick -DskipContainerImageBuild=true -DskipDocs=true -Dmaven.test.skip
4242

43-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
43+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762180032
4444

4545
ARG JAVA_VERSION=17
4646
ARG KROXYLICIOUS_VERSION

Dockerfile.operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY . .
4141

4242
RUN mvn -q -B clean package -Pdist -Dquick -DskipContainerImageBuild=true -DskipDocs=true -Dmaven.test.skip
4343

44-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
44+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762180032
4545

4646
ARG JAVA_VERSION=17
4747
ARG KROXYLICIOUS_VERSION

kroxylicious-app/src/main/docker/proxy.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
55
#
66

7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762180032
88

99
ARG TARGETOS
1010
ARG TARGETARCH

kroxylicious-operator/src/main/docker/operator.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
55
#
66

7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762180032
88

99
ARG TARGETOS=linux
1010
ARG TARGETARCH

0 commit comments

Comments
 (0)