File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ RUN yum -y localinstall /tmp/google-chrome-stable_current_x86_64.rpm
33
33
# Install fits
34
34
RUN mkdir /fits
35
35
WORKDIR /fits
36
- ADD https://projects.iq. harvard.edu/files/ fits/files/ fits-1.0 .5.zip /fits/
37
- RUN unzip fits-1.0 .5.zip -d /fits && \
38
- rm -rf fits-1.0 .5.zip
36
+ ADD https://github.com/ harvard-lts/ fits/releases/download/1.5.5/ fits-1.5 .5.zip /fits/
37
+ RUN unzip fits-1.5 .5.zip -d /fits && \
38
+ rm -rf fits-1.5 .5.zip
39
39
ENV PATH "/fits:$PATH"
40
40
41
41
RUN scl enable rh-ruby26 -- gem install bundler -v '~> 2.2.28'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
DATABASE_URL : postgresql://db:5432
17
17
FEDORA_TEST_URL : http://fedora:8080/rest
18
18
FEDORA_DEV_URL : http://fedora:8080/rest
19
- FITS_LOCATION : ' /fits/fits-1.0 .5/fits.sh'
19
+ FITS_LOCATION : ' /fits/fits-1.5 .5/fits.sh'
20
20
HYRAX_DATABASE_PASSWORD : password
21
21
HYRAX_HOST : https://localhost:3000
22
22
REDIS_HOST : redis
You can’t perform that action at this time.
0 commit comments