File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
smoke-tests/images/fake-backend/src/docker/backend Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.26_4-jdk@sha256:dbec31f15dc815b1094e4e646c8b33b1e45f1ba8e7b0866b6fb3bbf396217487  as app-build
1+ FROM eclipse-temurin:11.0.26_4-jdk@sha256:8079494e381af731e6abea6123696a5051a054dbb18e5f7f1f73867b3179837f  as app-build
22
33# This is the base image that will contain a built version of the spring-petclinic-rest
44# application. Installing the dependencies and maven compiling the application is time
@@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
1313RUN ./mvnw package -Dmaven.test.skip=true
1414RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
1515
16- FROM bellsoft/liberica-openjdk-alpine:21.0.6 @sha256:5f23f8082baea518a1657b420dbe19c181483255209b70af836543d6068fed8c 
16+ FROM bellsoft/liberica-openjdk-alpine:21.0.7 @sha256:143e4c24da2872fad6803fcbde5d335bbbe47dddb8ebf20fd916c02bdc7f463b 
1717COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
1818WORKDIR /app
1919EXPOSE 9966
Original file line number Diff line number Diff line change 1- FROM  eclipse-temurin:11.0.26_4-jdk-windowsservercore-ltsc2022@sha256:882394b8817e22f505cc97857e34a30f38d0198618d8325c072d5830589ab22b 
1+ FROM  eclipse-temurin:11.0.26_4-jdk-windowsservercore-ltsc2022@sha256:0b4517b4df4900540bafcf7ec7184c140c1d2a6b519aebbd4d63825587ddd08c 
22COPY  fake-backend.jar /fake-backend.jar
33CMD  ["java" , "-jar" , "/fake-backend.jar" ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments