Skip to content

Commit

Permalink
Merge pull request #2 from sathishcyberintelsys/snyk-fix-6171b16bac7a…
Browse files Browse the repository at this point in the history
…634a63976d943bbc56de

[Snyk] Security upgrade jboss/wildfly from 11.0.0.Final to 24.0.0.Final
  • Loading branch information
sathishcyberintelsys authored Feb 18, 2023
2 parents 2f88b39 + 227c200 commit e00318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/containerize-application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY ./app /usr/src/app
RUN mvn package -T 4C -T 2 -Dmaven.test.skip=true

# create our Wildfly based application server
FROM jboss/wildfly:11.0.0.Final AS application
FROM jboss/wildfly:24.0.0.Final AS application

# install postgresql support
RUN mkdir -p $JBOSS_HOME/modules/system/layers/base/org/postgresql/main
Expand Down

0 comments on commit e00318b

Please sign in to comment.