We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6c3b commit c4f5883Copy full SHA for c4f5883
Dockerfile.fpm
@@ -17,7 +17,7 @@ FROM php:8.3-cli-alpine AS final
17
LABEL maintainer="team@appwrite.io"
18
19
ENV DEBIAN_FRONTEND=noninteractive \
20
- PHP_VERSION=82
+ PHP_VERSION=83
21
22
RUN \
23
apk add --no-cache --virtual .deps \
composer.json
@@ -33,7 +33,7 @@
33
"utopia-php/servers": "0.2.*",
34
"utopia-php/validators": "0.0.*",
35
"utopia-php/compression": "0.1.*",
36
- "utopia-php/telemetry": "0.1.*"
+ "utopia-php/telemetry": "0.2.*"
37
},
38
"require-dev": {
39
"ext-xdebug": "*",
0 commit comments