@david
I checked to make sure and docker image inspect
gives back
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"PHPIZE_DEPS=autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c",
"PHP_INI_DIR=/usr/local/etc/php",
"PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
"PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
"PHP_LDFLAGS=-Wl,-O1 -pie",
"GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312",
"PHP_VERSION=7.4.26",
"PHP_URL=https://www.php.net/distributions/php-7.4.26.tar.xz",
"PHP_ASC_URL=https://www.php.net/distributions/php-7.4.26.tar.xz.asc",
"PHP_SHA256=e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8",
"INVOICENINJA_USER=invoiceninja",
"INVOICENINJA_VERSION=5.3.75",
"BAK_STORAGE_PATH=/var/www/app/docker-backup-storage/",
"BAK_PUBLIC_PATH=/var/www/app/docker-backup-public/",
"IS_DOCKER=true",
"APP_ENV=production",
"LOG=errorlog",
"SNAPPDF_EXECUTABLE_PATH=/usr/bin/chromium-browser"
],
The back-end also shows v5.3.75-L77
on the info tab.
I’ve also deleted the locally cached image, pulled it again (my docker-compose.yml is vanilla with regard to the invoiceninja service and should pull the latest v5 anyway), no change.
Any other idea? Thank you for looking into this.
EDIT: I’ve manually changed the code in the generated view for now, it fixes the problem. I’m afraid to be using an old code-base though.