feat(Dockerfile): bump image to current version

This commit is contained in:
Jiří Štefka 2023-09-19 19:17:40 +02:00
parent a501ff7813
commit eb53076767

@ -1,4 +1,4 @@
FROM nextcloud:latest
FROM nextcloud:27.1.0
LABEL maintainer="Jiří Štefka <jiri@stefka.eu>"
RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends