Skip to content

Commit

Permalink
Merge branch 'main' into maint/use-central-ci-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Nov 28, 2024
2 parents 51fefdb + 06fec78 commit ce2e9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion refarch-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1729773452@sha256:85e4c2b0768a4fc16ee577850fc4d7609b648aa72a98a2a1ddc0ac79b886b55e
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21-1@sha256:77ddb49be45d284b0996f669f1465b4d8b0d0cc2147e79d150f70bc68143940c

COPY target/*.jar /deployments/spring-boot-application.jar
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1729773452@sha256:85e4c2b0768a4fc16ee577850fc4d7609b648aa72a98a2a1ddc0ac79b886b55e
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21-1@sha256:77ddb49be45d284b0996f669f1465b4d8b0d0cc2147e79d150f70bc68143940c

COPY target/*.jar /deployments/spring-boot-application.jar

0 comments on commit ce2e9f1

Please sign in to comment.