Skip to content

Commit c2ca6bf

Browse files
Upgrade RedHat UBI to 9.3-1476
Closes gh-39228
1 parent 35b4545 commit c2ca6bf

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)