Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion refarch-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For documentation see https://jboss-container-images.github.io/openjdk/
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23-6.1764764731@sha256:14e5af876865b25abdc15c137dd30e68b3394aaee18e26bd1777036a52a907c5
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1769595317@sha256:0cd7e2b5d871c4f549be47381c1b8c0c28a99c5425f61a2bbb9b4de9f2b155d1

# Copy runnable jar to deployments
COPY target/*.jar /deployments/application.jar
2 changes: 1 addition & 1 deletion refarch-eai/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For documentation see https://jboss-container-images.github.io/openjdk/
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23-6.1764764731@sha256:14e5af876865b25abdc15c137dd30e68b3394aaee18e26bd1777036a52a907c5
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24-2.1769595317@sha256:0cd7e2b5d871c4f549be47381c1b8c0c28a99c5425f61a2bbb9b4de9f2b155d1

# Copy runnable jar to deployments
COPY target/*.jar /deployments/application.jar
Loading