Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Nc versions202202 #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nextcloud/Dockerfile.21.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hoellen/nginx-php:7.4

ARG NEXTCLOUD_VERSION=21.0.7
ARG NEXTCLOUD_VERSION=21.0.8
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

ENV UID=991 GID=991 \
Expand Down
2 changes: 1 addition & 1 deletion nextcloud/Dockerfile.22.2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hoellen/nginx-php:7.4

ARG NEXTCLOUD_VERSION=22.2.3
ARG NEXTCLOUD_VERSION=22.2.4
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

ENV UID=991 GID=991 \
Expand Down
3 changes: 2 additions & 1 deletion nextcloud/Dockerfile.20.0 → nextcloud/Dockerfile.23.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hoellen/nginx-php:7.4

ARG NEXTCLOUD_VERSION=20.0.14
ARG NEXTCLOUD_VERSION=23.0.1
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

ENV UID=991 GID=991 \
Expand Down Expand Up @@ -35,6 +35,7 @@ RUN apk -U upgrade \
ca-certificates \
libsmbclient \
imagemagick \
libgomp \
ffmpeg \
tzdata \
&& pecl channel-update pecl.php.net \
Expand Down