Skip to content

Commit c4f5883

Browse files
authored
chore: bump telemetry (#200)
1 parent 85b6c3b commit c4f5883

File tree

3 files changed

+209
-206
lines changed

3 files changed

+209
-206
lines changed

Dockerfile.fpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM php:8.3-cli-alpine AS final
1717
LABEL maintainer="team@appwrite.io"
1818

1919
ENV DEBIAN_FRONTEND=noninteractive \
20-
PHP_VERSION=82
20+
PHP_VERSION=83
2121

2222
RUN \
2323
apk add --no-cache --virtual .deps \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"utopia-php/servers": "0.2.*",
3434
"utopia-php/validators": "0.0.*",
3535
"utopia-php/compression": "0.1.*",
36-
"utopia-php/telemetry": "0.1.*"
36+
"utopia-php/telemetry": "0.2.*"
3737
},
3838
"require-dev": {
3939
"ext-xdebug": "*",

0 commit comments

Comments
 (0)