Skip to content

Commit b6f497b

Browse files
committed
upgrade docker
1 parent fc0cea5 commit b6f497b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile.fpm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer:2.0 AS step0
1+
FROM composer:2.8 AS step0
22

33

44
ARG TESTING=true
@@ -13,7 +13,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1313
--no-plugins --no-scripts --prefer-dist \
1414
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1515

16-
FROM php:8.1-cli-alpine as final
16+
FROM php:8.3-cli-alpine AS final
1717
LABEL maintainer="team@appwrite.io"
1818

1919
ENV DEBIAN_FRONTEND=noninteractive \

Dockerfile.swoole

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer:2.0 AS step0
1+
FROM composer:2.8 AS step0
22

33
ARG TESTING=true
44
ARG DEBUG=false
@@ -14,7 +14,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1414
--no-plugins --no-scripts --prefer-dist \
1515
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1616

17-
FROM appwrite/base:0.9.0 as final
17+
FROM appwrite/base:0.11.3 AS final
1818

1919
ARG TESTING=true
2020
ARG DEBUG=false

Dockerfile.swoole_coroutines

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM composer:2.0 AS step0
1+
FROM composer:2.8 AS step0
22

33
ARG TESTING=true
44
ARG DEBUG=false
@@ -14,7 +14,7 @@ RUN composer install --ignore-platform-reqs --optimize-autoloader \
1414
--no-plugins --no-scripts --prefer-dist \
1515
`if [ "$TESTING" != "true" ]; then echo "--no-dev"; fi`
1616

17-
FROM appwrite/base:0.9.0 as final
17+
FROM appwrite/base:0.11.3 AS final
1818

1919
ARG TESTING=true
2020
ARG DEBUG=false

0 commit comments

Comments
 (0)