Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN set -ex; \
COPY . .
RUN mvn -q -B clean package -Pdist -Dquick -DskipDocker=true -DskipDocs=true -Dmaven.test.skip

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502

ARG JAVA_VERSION=17
ARG KROXYLICIOUS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.operator
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY . .

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

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502

ARG JAVA_VERSION=17
ARG KROXYLICIOUS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion kroxylicious-app/src/main/docker/proxy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion kroxylicious-operator/src/main/docker/operator.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502

ARG TARGETOS=linux
ARG TARGETARCH
Expand Down