Skip to content

Commit c90aad3

Browse files
committed
chore: bump PHP version to latest patch
1 parent 3ccfef0 commit c90aad3

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)