Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 9637c25

Browse files
authored
Merge pull request #16 from small-hack/update-to-32-0-5
update to 32.0.5-fpm-alpine
2 parents 8ff4c1d + f74edd2 commit 9637c25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-push-daily.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
# to trigger
1313
push:
14+
branches:
15+
- main
1416
paths:
1517
- Dockerfile
1618

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nextcloud:32.0.2-fpm-alpine
1+
FROM nextcloud:32.0.5-fpm-alpine
22
# add ffmpeg for video preview generation
33
RUN apk add --no-cache ffmpeg

0 commit comments

Comments
 (0)