Skip to content

Commit e329fc5

Browse files
committed
Bump Docker base image (openjdk-17-runtime) from 1.21 to 1.23
Change-Id: Id69dbe7163d6ca82b7ad186fa73a51852ab2457f Reviewed-on: https://review.couchbase.org/c/couchbase-elasticsearch-connector/+/235680 Reviewed-by: David Nault <[email protected]> Tested-by: David Nault <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent df1c771 commit e329fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To build from a pre-built connector distribution, see Dockerfile.download
33

44
# Use Red Hat Universal Base Image (UBI) for compatibility with OpenShift
5-
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.21
5+
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23
66

77
ARG CBES_HOME=/opt/couchbase-elasticsearch-connector
88

Dockerfile.download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN mv /couchbase-elasticsearch-connector-${VERSION} /couchbase-elasticsearch-co
1515

1616

1717
# Second stage uses the unzipped connector distribution to build the final image
18-
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.21
18+
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.23
1919
ARG CBES_HOME=/opt/couchbase-elasticsearch-connector
2020

2121
# Set owner to jboss to appease the base image.

0 commit comments

Comments
 (0)