Skip to content

Commit b321ba8

Browse files
Bump wildfly/wildfly in /apps/unicorn-store-jakarta/wildfly
Bumps [wildfly/wildfly](https://github.com/wildfly/wildfly-container) from 37.0.0.Final-jdk21 to 39.0.0.Final-jdk21. - [Release notes](https://github.com/wildfly/wildfly-container/releases) - [Commits](wildfly/wildfly-container@37.0.0.Final...39.0.0.Final) --- updated-dependencies: - dependency-name: wildfly/wildfly dependency-version: 39.0.0.Final-jdk21 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 990fb4f commit b321ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/unicorn-store-jakarta/wildfly/Dockerfile

Lines changed: 1 addition & 1 deletion
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:37.0.0.Final-jdk21 AS runtime
7+
FROM quay.io/wildfly/wildfly:39.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)