Skip to content

Commit 25aeeb6

Browse files
authored
Merge pull request #32 from appwrite/chore-bump-php
Bump PHP version to latest patch
2 parents 3ccfef0 + c90aad3 commit 25aeeb6

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.3-cli-alpine3.19 as compile
1+
FROM php:8.3.7-cli-alpine3.19 as compile
22

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

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

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

0 commit comments

Comments
 (0)