Skip to content

Commit 48e713d

Browse files
authored
Merge pull request #6 from small-hack/release-29-0-4
update base image to 29.0.4 and remove imagemagick lib installs, as they're part of the base now
2 parents 73cc30f + 8340bd4 commit 48e713d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nextcloud:29.0.3-fpm-alpine
1+
FROM nextcloud:29.0.4-fpm-alpine
22
# add ffmpeg for video preview generation
3-
RUN apk add --no-cache ffmpeg imagemagick-svg imagemagick-pdf
3+
RUN apk add --no-cache ffmpeg

0 commit comments

Comments
 (0)