diff --git a/Dockerfile b/Dockerfile index 2324573..afce5f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.6-cli-alpine3.18 as compile +FROM php:8.2.14-cli-alpine3.19 as compile ENV PHP_REDIS_VERSION="5.3.7" \ PHP_MONGODB_VERSION="1.16.1" \ @@ -146,7 +146,7 @@ RUN \ ./configure && \ make && make install -FROM php:8.2.6-cli-alpine3.18 as final +FROM php:8.2.14-cli-alpine3.19 as final LABEL maintainer="team@appwrite.io" diff --git a/tests.yaml b/tests.yaml index bc0bce8..e62219d 100644 --- a/tests.yaml +++ b/tests.yaml @@ -116,7 +116,7 @@ commandTests: - name: 'Docker command' command: "docker" args: ["--version"] - expectedOutput: ["Docker version 23.*"] + expectedOutput: ["Docker version 24.*"] - name: 'PHP info' command: "php" args: ["-m"]