File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY pkg/ pkg/
1616
1717RUN  CGO_ENABLED=0 GOARCH=$TARGETARCH go build -ldflags "$LDFLAGS"  -mod vendor -o plugin-backend cmd/plugin-backend.go
1818
19- FROM  --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681 
19+ FROM  --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 
2020
2121COPY  --from=web-builder /opt/app-root/web/dist ./web/dist
2222COPY  --from=go-builder /opt/app-root/plugin-backend ./
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ COPY pkg/ pkg/
3535
3636RUN CGO_ENABLED=0 go build -ldflags "$LDFLAGS" -mod vendor -o plugin-backend cmd/plugin-backend.go
3737
38- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681 
38+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 
3939
4040COPY --from=web-builder /opt/app-root/web/dist ./web/dist
4141COPY --from=go-builder /opt/app-root/plugin-backend ./
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COPY pkg/ pkg/
3434ENV GOEXPERIMENT strictfipsruntime
3535RUN go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=$BUILDVERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -o plugin-backend cmd/plugin-backend.go
3636
37- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681 
37+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350 
3838ARG BUILDVERSION
3939
4040COPY --from=web-builder /opt/app-root/web/dist ./web/dist
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments