Skip to content

Commit cbffd18

Browse files
infra: Sync with upstream.
1 parent 6d23941 commit cbffd18

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN set -ex; \
99
rsync \
1010
bzip2 \
1111
busybox-static \
12+
libldap-common \
1213
; \
1314
rm -rf /var/lib/apt/lists/*; \
1415
\
@@ -79,7 +80,7 @@ RUN a2enmod headers rewrite remoteip ;\
7980
} > /etc/apache2/conf-available/remoteip.conf;\
8081
a2enconf remoteip
8182

82-
ENV NEXTCLOUD_VERSION 22.1.1
83+
ENV NEXTCLOUD_VERSION 22.2.0
8384

8485
RUN set -ex; \
8586
fetchDeps=" \

0 commit comments

Comments
 (0)