Skip to content

Commit 4758912

Browse files
committed
Atualiza a versão do PEC para a 3.2.24
1 parent 2787391 commit 4758912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Alisson Pereira dos Santos <[email protected]>
44

55
#IMAGE VARIABLES
66
ENV PEC_FOLDER /opt/e-SUS/jboss-as-7.2.0.Final/bin/init.d/jboss-as-standalone-lsb.sh
7-
ENV IMAGE_ALIAS ESUS 3.0.13
7+
ENV IMAGE_ALIAS ESUS 3.2.24
88
ENV PEC_FOLDER mkdir -p /var/lock/subsys/ && service e-SUS-AB-PostgreSQL restart && service e-SUS-AB-PostgreSQL start && sh /opt/e-SUS/jboss-as-7.2.0.Final/bin/init.d/jboss-as-standalone-lsb.sh restart
99
ENV SEPARATOR -
1010
ENV INFO_IMAGE "To start the PEC3.0 run: sh ${PEC_FOLDER} start"
@@ -24,7 +24,7 @@ RUN apt-get install -y openjdk-7-jdk
2424

2525
#PEC INSTALL
2626

27-
RUN wget https://arquivos.bridge.ufsc.br/AB/PEC/3.2.16/treinamento/instalador/Instalador-eSUS-AB-PEC-3.2.16-Treinamento-Linux.zip -O pec.zip
27+
RUN wget https://arquivos.esusab.ufsc.br/PEC/eRFeiwzHphMOpiWX/3.2.24/treinamento/instalador/Instalador-eSUS-AB-PEC-3.2.24-Treinamento-Linux.zip -O pec.zip
2828
RUN unzip pec.zip -d /home/PEC/install
2929
WORKDIR /home/PEC/install
3030

0 commit comments

Comments
 (0)