1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Upgrade base:0.7.2

This commit is contained in:
fogelito 2024-01-24 10:37:28 +02:00
parent 8dd387cfbe
commit 55c72521e9
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ ENV VITE_APPWRITE_GROWTH_ENDPOINT=$VITE_APPWRITE_GROWTH_ENDPOINT
RUN npm ci
RUN npm run build
FROM appwrite/base:0.7.1 as final
FROM appwrite/base:0.7.2 as final
LABEL maintainer="team@appwrite.io"

View file

@ -739,7 +739,7 @@ App::error()
'code' => $code,
'file' => $file,
'line' => $line,
'trace' => \json_encode($trace, JSON_UNESCAPED_UNICODE) === false ? [] : $trace,
'trace' => \json_encode($trace, JSON_UNESCAPED_UNICODE) === false ? [] : $trace, // check for failing encode
'version' => $version,
'type' => $type,
] : [

View file

@ -53,7 +53,7 @@
"utopia-php/domains": "0.5.*",
"utopia-php/dsn": "0.2.*",
"utopia-php/framework": "0.32.*",
"utopia-php/image": "0.5.*",
"utopia-php/image": "0.6.*",
"utopia-php/locale": "0.4.*",
"utopia-php/logger": "0.3.*",
"utopia-php/messaging": "0.8.*",