Skip to content

Commit

Permalink
CI: Update ImageMagick version
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Mar 17, 2024
1 parent 461d9a1 commit 1d7ff1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
imagemagick-version:
- { full: 7.1.1-15, major-minor: '7.1' }
- { full: 7.1.1-29, major-minor: '7.1' }
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ADD gruff.gemspec /tmp/gruff/gruff.gemspec
ADD lib /tmp/gruff/lib/
ADD before_install_linux.sh /tmp/gruff/before_install_linux.sh

ENV IMAGEMAGICK_VERSION 7.1.1-15
ENV IMAGEMAGICK_VERSION 7.1.1-29
RUN bash /tmp/gruff/before_install_linux.sh && \
rm -rf /var/lib/apt/lists/* && \
gem install bundler:2.4.22 && \
bundle install

WORKDIR /opt/gruff

0 comments on commit 1d7ff1c

Please sign in to comment.