Skip to content

Commit 96bd357

Browse files
committed
Merge branch 'release-1.3.2'
2 parents a4e5be7 + a37fb60 commit 96bd357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ RUN rpm -i apel-lib-1.6.0-1.el6.noarch.rpm --nodeps
3636
RUN rpm -i apel-server-1.6.0-1.el6.noarch.rpm --nodeps
3737

3838
# get APEL REST interface
39-
RUN https://github.com/indigo-dc/Accounting/archive/1.3.1-1.zip -O apel_rest.zip
39+
RUN wget https://github.com/indigo-dc/Accounting/archive/1.3.2-1.zip -O apel_rest.zip
4040

4141
# unzip APEL REST interface and mv to apel_rest dir
42-
RUN unzip apel_rest.zip && mv Accounting-1.3.1-1 apel_rest
42+
RUN unzip apel_rest.zip && mv Accounting-1.3.2-1 apel_rest
4343

4444
# remove APEL REST zip
4545
RUN rm apel_rest.zip

0 commit comments

Comments
 (0)