Skip to content

Commit 4a01ffe

Browse files
Merge pull request #3886 from OpenLiberty/openliberty-24.0.0.11
Upgrade to Open Liberty 24.0.0.11
2 parents 6b425f3 + ffec378 commit 4a01ffe

13 files changed

+13
-13
lines changed

docker/Dockerfile.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4949
#
5050
#
5151
#
52-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
52+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
5353
ENV SEC_TLS_TRUSTDEFAULTCERTS true
5454

5555
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/Dockerfile.draft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
5050
#
5151
#
5252
#
53-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
53+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
5454
ENV SEC_TLS_TRUSTDEFAULTCERTS true
5555

5656
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
6868
#
6969
#
7070
#
71-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
71+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
7272
ENV SEC_TLS_TRUSTDEFAULTCERTS true
7373

7474
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/Dockerfile.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
6565
#
6666
#
6767
#
68-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
68+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
6969
ENV SEC_TLS_TRUSTDEFAULTCERTS true
7070

7171
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/blogs/Dockerfile.blogs.draft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4242
#
4343
#
4444
#
45-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
45+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
4646
ENV SEC_TLS_TRUSTDEFAULTCERTS true
4747

4848
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/blogs/Dockerfile.blogs.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4242
#
4343
#
4444
#
45-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
45+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
4646
ENV SEC_TLS_TRUSTDEFAULTCERTS true
4747

4848
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/certifications/Dockerfile.certifications.draft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4242
#
4343
#
4444
#
45-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
45+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
4646
ENV SEC_TLS_TRUSTDEFAULTCERTS true
4747

4848
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/certifications/Dockerfile.certifications.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
4242
#
4343
#
4444
#
45-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
45+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
4646
ENV SEC_TLS_TRUSTDEFAULTCERTS true
4747

4848
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/docs/Dockerfile.docs.draft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
5454
#
5555
#
5656
#
57-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
57+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
5858
ENV SEC_TLS_TRUSTDEFAULTCERTS true
5959

6060
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

docker/docs/Dockerfile.docs.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
5454
#
5555
#
5656
#
57-
FROM icr.io/appcafe/open-liberty:24.0.0.10-kernel-slim-java8-openj9-ubi as runtime
57+
FROM icr.io/appcafe/open-liberty:24.0.0.11-kernel-slim-java8-openj9-ubi as runtime
5858
ENV SEC_TLS_TRUSTDEFAULTCERTS true
5959

6060
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

0 commit comments

Comments
 (0)