Skip to content

Commit 4d6d529

Browse files
committed
chore: bump base PHP to 8.3.11-cli-alpine3.20
1 parent 988f519 commit 4d6d529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.10-cli-alpine3.20 as compile
1+
FROM php:8.3.11-cli-alpine3.20 as compile
22

33
ENV PHP_REDIS_VERSION="6.0.2" \
44
PHP_MONGODB_VERSION="1.19.3" \
@@ -149,7 +149,7 @@ RUN \
149149
./configure && \
150150
make && make install
151151

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

154154
LABEL maintainer="team@appwrite.io"
155155

0 commit comments

Comments
 (0)