Skip to content

Commit d67ed5e

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

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)