From 3cb8481cc0f5b81cdc80980742eae12ebe986593 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 9 Jan 2024 18:27:03 +1300 Subject: [PATCH 1/2] Update PHP patch + alpine minor --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From a09b45a05f7660106b359c0ebe63bc7d3599c0f9 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 9 Jan 2024 22:01:17 +1300 Subject: [PATCH 2/2] Fix docker version check --- tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]