Skip to content

Commit 74be23d

Browse files
authored
Merge pull request #795 from UNC-Libraries/hyc-1443-fits
HYC-1443 - Update fits to 1.5.5
2 parents f3adca4 + b780071 commit 74be23d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ RUN yum -y localinstall /tmp/google-chrome-stable_current_x86_64.rpm
3333
# Install fits
3434
RUN mkdir /fits
3535
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
3939
ENV PATH "/fits:$PATH"
4040

4141
RUN scl enable rh-ruby26 -- gem install bundler -v '~> 2.2.28'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
DATABASE_URL: postgresql://db:5432
1717
FEDORA_TEST_URL: http://fedora:8080/rest
1818
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'
2020
HYRAX_DATABASE_PASSWORD: password
2121
HYRAX_HOST: https://localhost:3000
2222
REDIS_HOST: redis

0 commit comments

Comments
 (0)