I just pulled nextcloud:32.0.8-apache to upgrade from 32.0.6. after docker compose down && docker compose up -d nextcloud started immediately without the usual upgrade process.The image is in use:
docker image ls|grep next
WARNING: This output is designed for human readability. For machine-readable output, please use --format.
nextcloud:32.0.3-apache 022842a6f6d3 1.44GB 0B
nextcloud:32.0.5-apache 7cee617551ce 1.46GB 0B
nextcloud:32.0.6-apache 95af8827ff70 1.45GB 0B
nextcloud:32.0.8-apache f18351fbe92e 1.45GB 0B U <------------------
but:
docker exec nextcloud cat /var/www/html/version.php
<?php
$OC_Version = array(32,0,6,1);
$OC_VersionString = '32.0.6';
$OC_Edition = '';
$OC_Channel = 'stable';
$OC_VersionCanBeUpgradedFrom = array (
'nextcloud' =>
array (
'31.0' => true,
'32.0' => true,
),
'owncloud' =>
array (
'10.13' => true,
'10.14' => true,
'10.15' => true,
'10.16' => true,
),
);
$OC_Build = '2026-02-12T10:45:04+00:00 f30ea8d53b327272f413b4f3178c3984a1d9c47f';
$vendor = 'nextcloud';
the version string remains 32.0.6
I just pulled
nextcloud:32.0.8-apacheto upgrade from 32.0.6. afterdocker compose down && docker compose up -dnextcloud started immediately without the usual upgrade process.The image is in use:but:
the version string remains 32.0.6