Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jan 29, 2025
1 parent 4e93b32 commit 40d70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cantaloupe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk add --no-cache \
&& cd ../.. && rm -rf grok \
&& git clone https://github.com/GrokImageCompression/grok \
&& cd grok \
&& git checkout v14.2.0 \
&& git checkout v14.3.0 \
&& cmake . \
&& make install \
&& cd ../ && rm -rf grok \
Expand Down

0 comments on commit 40d70ae

Please sign in to comment.