We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b4545 commit c2ca6bfCopy full SHA for c2ca6bf
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/RedHat/ubi9-9.2-722/Dockerfile renamed to spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/resources/conf/RedHat/ubi9-9.3-1476/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM redhat/ubi9:9.2-722 as prepare
+FROM redhat/ubi9:9.3-1476 as prepare
2
COPY downloads/* /opt/download/
3
RUN mkdir -p /opt/jdk && \
4
cd /opt/jdk && \
5
tar xzf /opt/download/* --strip-components=1
6
7
-FROM redhat/ubi9:9.2-722
+FROM redhat/ubi9:9.3-1476
8
COPY --from=prepare /opt/jdk /opt/jdk
9
ENV JAVA_HOME /opt/jdk
10
ENV PATH $JAVA_HOME/bin:$PATH
0 commit comments