Skip to content
Open
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 apps/unicorn-store-jakarta/wildfly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./pom.xml ./pom.xml
COPY src ./src/
RUN mvn clean package --no-transfer-progress

FROM quay.io/wildfly/wildfly:37.0.0.Final-jdk21 AS runtime
FROM quay.io/wildfly/wildfly:38.0.0.Final-jdk21 AS runtime
ENV POSTGRESQL_JDBC_DRIVER_VERSION=42.7.3
RUN curl -L "https://repo1.maven.org/maven2/org/postgresql/postgresql/${POSTGRESQL_JDBC_DRIVER_VERSION}/postgresql-${POSTGRESQL_JDBC_DRIVER_VERSION}.jar" -o $JBOSS_HOME/postgresql.jar
RUN printenv > $JBOSS_HOME/env.properties
Expand Down