Skip to content

Commit

Permalink
v6.0.7 (requires PHP 7.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Aug 15, 2024
1 parent bccb069 commit a3fbf86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ushahidi/php-fpm-nginx:php-7.3
FROM ushahidi/php-fpm-nginx:php-7.4.33

WORKDIR /var/www

Expand All @@ -19,9 +19,9 @@ COPY build_env.sh /build_env.sh
COPY dist/ /dist

ENV SERVER_FLAVOR=nginx \
PHP_FPM_CONFIG=/etc/php/7.3/fpm \
PHP_FPM_PATH=/usr/sbin/php-fpm7.3 \
PHP_FPM_LOGFILE=/var/log/php7.3-fpm.log \
PHP_FPM_CONFIG=/etc/php/7.4/fpm \
PHP_FPM_PATH=/usr/sbin/php-fpm7.4 \
PHP_FPM_LOGFILE=/var/log/php7.4-fpm.log \
IMAGE_MAX_SIZE=10000000 \
PHP_UPLOAD_MAX_FILESIZE=10M \
PHP_POST_MAX_SIZE=10M
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.apache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-apache
FROM php:7.4-apache

RUN apt-get update && apt-get install -y \
libfreetype6-dev \
Expand Down
6 changes: 3 additions & 3 deletions build_env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
client_version=v2024.19.0
api_version=v2024.19.0
release_version=${RELEASE_VERSION:-v6.0.6}
client_version=v2024.32.0
api_version=v2024.32.0
release_version=${RELEASE_VERSION:-v6.0.7}

client_url=
api_url=
Expand Down

0 comments on commit a3fbf86

Please sign in to comment.