fixed docker version
This commit is contained in:
parent
216589537c
commit
5da7fc866f
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
FROM imixs/imixs-office-workflow:5.1.1-SNAPSHOT
|
FROM imixs/imixs-office-workflow:5.1.0
|
||||||
#FROM imixs/imixs-office-workflow:5.0.3-SNAPSHOT
|
|
||||||
|
|
||||||
|
|
||||||
# Setup debug configuration
|
# Setup debug configuration
|
||||||
# COPY ./docker/configuration/standalone-debug.xml /opt/jboss/wildfly/standalone/configuration/
|
# COPY ./docker/configuration/standalone-debug.xml /opt/jboss/wildfly/standalone/configuration/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM imixs/imixs-office-workflow:5.0.3-SNAPSHOT
|
FROM imixs/imixs-office-workflow:5.1.0
|
||||||
|
|
||||||
# Deploy artefact
|
# Deploy artefact
|
||||||
RUN rm -r /opt/jboss/wildfly/standalone/deployments/*
|
RUN rm -r /opt/jboss/wildfly/standalone/deployments/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue