We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f1b6cb + d67ed5e commit 82f4c57Copy full SHA for 82f4c57
apps/unicorn-store-jakarta/wildfly/Dockerfile
@@ -4,7 +4,7 @@ COPY ./pom.xml ./pom.xml
4
COPY src ./src/
5
RUN mvn clean package --no-transfer-progress
6
7
-FROM quay.io/wildfly/wildfly:35.0.1.Final-jdk21 AS runtime
+FROM quay.io/wildfly/wildfly:36.0.0.Final-jdk21 AS runtime
8
ENV POSTGRESQL_JDBC_DRIVER_VERSION=42.7.3
9
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
10
RUN printenv > $JBOSS_HOME/env.properties
0 commit comments