Skip to content

Commit

Permalink
Merge pull request #34 from appwrite/chore-bump-php
Browse files Browse the repository at this point in the history
Chore bump php and docker compose
  • Loading branch information
christyjacob4 authored Sep 17, 2024
2 parents 988f519 + 25a0d99 commit 3a3ab99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.10-cli-alpine3.20 as compile
FROM php:8.3.11-cli-alpine3.20 as compile

ENV PHP_REDIS_VERSION="6.0.2" \
PHP_MONGODB_VERSION="1.19.3" \
Expand Down Expand Up @@ -149,12 +149,12 @@ RUN \
./configure && \
make && make install

FROM php:8.3.7-cli-alpine3.19 as final
FROM php:8.3.11-cli-alpine3.20 as final

LABEL maintainer="[email protected]"

ENV DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
ENV DOCKER_COMPOSE_VERSION="v2.29.1"
ENV DOCKER_COMPOSE_VERSION="v2.29.5"

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

Expand Down
2 changes: 1 addition & 1 deletion tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ commandTests:
- name: 'Docker command'
command: "docker"
args: ["--version"]
expectedOutput: ["Docker version 25.*"]
expectedOutput: ["Docker version 26.*"]
- name: 'PHP info'
command: "php"
args: ["-m"]
Expand Down

0 comments on commit 3a3ab99

Please sign in to comment.