Skip to content

Commit a3fbf86

Browse files
committed
v6.0.7 (requires PHP 7.4)
1 parent bccb069 commit a3fbf86

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ushahidi/php-fpm-nginx:php-7.3
1+
FROM ushahidi/php-fpm-nginx:php-7.4.33
22

33
WORKDIR /var/www
44

@@ -19,9 +19,9 @@ COPY build_env.sh /build_env.sh
1919
COPY dist/ /dist
2020

2121
ENV SERVER_FLAVOR=nginx \
22-
PHP_FPM_CONFIG=/etc/php/7.3/fpm \
23-
PHP_FPM_PATH=/usr/sbin/php-fpm7.3 \
24-
PHP_FPM_LOGFILE=/var/log/php7.3-fpm.log \
22+
PHP_FPM_CONFIG=/etc/php/7.4/fpm \
23+
PHP_FPM_PATH=/usr/sbin/php-fpm7.4 \
24+
PHP_FPM_LOGFILE=/var/log/php7.4-fpm.log \
2525
IMAGE_MAX_SIZE=10000000 \
2626
PHP_UPLOAD_MAX_FILESIZE=10M \
2727
PHP_POST_MAX_SIZE=10M

Dockerfile.apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3-apache
1+
FROM php:7.4-apache
22

33
RUN apt-get update && apt-get install -y \
44
libfreetype6-dev \

build_env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
client_version=v2024.19.0
2-
api_version=v2024.19.0
3-
release_version=${RELEASE_VERSION:-v6.0.6}
1+
client_version=v2024.32.0
2+
api_version=v2024.32.0
3+
release_version=${RELEASE_VERSION:-v6.0.7}
44

55
client_url=
66
api_url=

0 commit comments

Comments
 (0)