Skip to content

Commit

Permalink
Fixup imagemagick (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Aug 27, 2024
1 parent b35b413 commit dfc1f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN adduser -S -G nobody scyllaridae

RUN apk update && \
apk add --no-cache \
curl==8.9.0-r0 \
curl==8.9.1-r0 \
bash==5.2.26-r0 \
ca-certificates==20240705-r0 \
openssl==3.3.1-r3
Expand Down
4 changes: 1 addition & 3 deletions examples/imagemagick/scyllaridae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ cmdByMimeType:
args:
- "-"
- "%args"
- "-format"
- "%destination-mime-ext"
- "-"
- "%destination-mime-ext:-"

0 comments on commit dfc1f42

Please sign in to comment.