Skip to content

Commit 24fbd4d

Browse files
infra: Remove workaround for PHP 8.5 enablement.
1 parent 2fd2350 commit 24fbd4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ RUN set -ex; \
157157
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; \
158158
rm -rf /var/lib/apt/lists/*
159159

160-
RUN sed -i 's/8.5/8.6/g' /usr/src/nextcloud/lib/versioncheck.php; \
161-
sed -i 's/80500/80600/g' /usr/src/nextcloud/lib/versioncheck.php
162-
163160
COPY *.sh upgrade.exclude /
164161
COPY config/* /usr/src/nextcloud/config/
165162

0 commit comments

Comments
 (0)