Skip to content

Commit d536c1d

Browse files
Merge branch '3.2.x'
Closes gh-39230
2 parents 8fae764 + f173416 commit d536c1d

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/RedHat/ubi9-9.3-1476

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM redhat/ubi9:9.2-722 as prepare
1+
FROM redhat/ubi9:9.3-1476 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 redhat/ubi9:9.2-722
7+
FROM redhat/ubi9:9.3-1476
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)