Skip to content

docker image nextcloud:32.0.8-apache identifies itself as 32.0.6 #2562

@nowatbuer

Description

@nowatbuer

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions