Skip to content

Commit 82f4c57

Browse files
authored
Merge pull request #671 from aws-samples/dependabot/docker/apps/unicorn-store-jakarta/wildfly/wildfly/wildfly-36.0.0.Final-jdk21
Bump wildfly/wildfly from 35.0.1.Final-jdk21 to 36.0.0.Final-jdk21 in /apps/unicorn-store-jakarta/wildfly
2 parents 7f1b6cb + d67ed5e commit 82f4c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/unicorn-store-jakarta/wildfly/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ./pom.xml ./pom.xml
44
COPY src ./src/
55
RUN mvn clean package --no-transfer-progress
66

7-
FROM quay.io/wildfly/wildfly:35.0.1.Final-jdk21 AS runtime
7+
FROM quay.io/wildfly/wildfly:36.0.0.Final-jdk21 AS runtime
88
ENV POSTGRESQL_JDBC_DRIVER_VERSION=42.7.3
99
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
1010
RUN printenv > $JBOSS_HOME/env.properties

0 commit comments

Comments
 (0)