Skip to content

Commit c7d6fbc

Browse files
committed
Upgrade to Ubuntu Jammy 20231004
See gh-37954
1 parent b226ff4 commit c7d6fbc

File tree

2 files changed

+4
-4
lines changed
  • spring-boot-tests/spring-boot-integration-tests
    • spring-boot-launch-script-tests/src/intTest/resources/conf/Ubuntu/jammy-20230624
    • spring-boot-loader-tests/src/intTest/resources/conf/oracle-jdk-17

2 files changed

+4
-4
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/Ubuntu/jammy-20230624/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:jammy-20230624 as prepare
1+
FROM ubuntu:jammy-20231004 as prepare
22
COPY downloads/* /opt/download/
33
RUN mkdir -p /opt/jdk && \
44
cd /opt/jdk && \
55
tar xzf /opt/download/* --strip-components=1
66

7-
FROM ubuntu:jammy-20230624
7+
FROM ubuntu:jammy-20231004
88
RUN apt-get update && apt-get install -y software-properties-common curl
99
COPY --from=prepare /opt/jdk /opt/jdk
1010
ENV JAVA_HOME /opt/jdk
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu:jammy-20230624 as prepare
1+
FROM ubuntu:jammy-20231004 as prepare
22
COPY downloads/* /opt/download/
33
RUN mkdir -p /opt/jdk && \
44
cd /opt/jdk && \
55
tar xzf /opt/download/* --strip-components=1
66

7-
FROM ubuntu:jammy-20230624
7+
FROM ubuntu:jammy-20231004
88
COPY --from=prepare /opt/jdk /opt/jdk
99
ENV JAVA_HOME /opt/jdk
1010
ENV PATH $JAVA_HOME/bin:$PATH

0 commit comments

Comments
 (0)