You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/Ubuntu/jammy-20240111/Dockerfile
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
FROM ubuntu:jammy-20240125 as prepare
1
+
FROM ubuntu:jammy-20240212 as prepare
2
2
COPY downloads/* /opt/download/
3
3
RUN mkdir -p /opt/jdk && \
4
4
cd /opt/jdk && \
5
5
tar xzf /opt/download/* --strip-components=1
6
6
7
-
FROM ubuntu:jammy-20240125
7
+
FROM ubuntu:jammy-20240212
8
8
RUN apt-get update && apt-get install -y software-properties-common curl
0 commit comments