update versions

This commit is contained in:
Paul J Stevens 2023-08-25 19:51:44 +02:00
parent 0eff53c136
commit e055ebcf67
5 changed files with 11 additions and 14 deletions

View File

@ -3,7 +3,7 @@ FROM wordpress:6.1.0-php7.4-fpm
COPY custom.ini $PHP_INI_DIR/conf.d/
ENV WP_VERSION=6.1.0
ENV CIVI_VERSION=5.48.0
ENV CIVI_VERSION=5.64.0
RUN apt-get update \
&& apt-get install -yy curl ed default-mysql-client unzip git libicu67 libicu-dev \
@ -13,8 +13,5 @@ USER root
RUN docker-php-ext-install intl pdo_mysql
COPY --chmod=750 --chown=root:www-data --link scripts/* /usr/local/bin/
ADD --link wordpress/wp-content/* /var/www/civi/wp-content/
COPY --link wordpress/wp-content/* /var/www/html/wp-content/
WORKDIR /var/www/civi/
USER www-data

View File

@ -4,7 +4,7 @@ services:
civi:
image: civicrm:latest
volumes:
- civi-data:/var/www/civi
- civi-data:/var/www/html
ports:
- 8080:80
environment:
@ -39,7 +39,7 @@ services:
- 8000:80
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
- civi-data:/var/www/civi
- civi-data:/var/www/html
volumes:
db-data: ~

View File

@ -5,7 +5,7 @@ upstream wordpress {
server {
listen 80;
server_name localhost;
root /var/www/civi;
root /var/www/html;
client_max_body_size 32m;
index index.php;
@ -31,4 +31,4 @@ server {
fastcgi_pass wordpress;
fastcgi_index index.php;
}
}
}

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -e
version=5.48.0
version=5.64.0
TMP_DIR=${TMP_DIR:-$PWD/tmp/}
WP_BASE=${1:-$PWD/wordpress/}
@ -55,7 +55,7 @@ download_ext l10n https://download.civicrm.org/civicrm-$version-l10n.tar.gz
cd ${WP_BASE}/wp-content/uploads/civicrm/ext
for repo in bij1migratie bij1rules bij1algemeen; do
[ -e crm-${repo} ] || git clone --depth 1 https://code.bij1.org/bij1/crm-${repo}.git
[ -e crm-${repo} ] || git clone --depth 1 https://lab.civicrm.org/partners/civicoop/bij1/crm-${repo}.git
done
download_ext de.systopia.identitytracker https://github.com/systopia/de.systopia.identitytracker/releases/download/1.3/de.systopia.identitytracker-1.3.zip
@ -64,8 +64,8 @@ download_ext assignee https://lab.civicrm.org/extensions/assignee/-/archive/1.3/
download_ext apikey https://lab.civicrm.org/extensions/apikey/-/archive/v1.3.5/apikey-v1.3.5.zip
download_ext dataprocessor https://lab.civicrm.org/extensions/dataprocessor/-/archive/1.57/dataprocessor-1.57.zip
download_ext emailapi https://lab.civicrm.org/extensions/emailapi/-/archive/2.9/emailapi-2.9.zip
download_ext action-provider https://lab.civicrm.org/extensions/action-provider/-/archive/1.109/action-1.109.zip
download_ext form-processor https://lab.civicrm.org/extensions/form-processor/-/archive/1.50/form-1.50.zip
download_ext action-provider https://lab.civicrm.org/extensions/action-provider/-/archive/1.125/action-1.125.zip
download_ext form-processor https://lab.civicrm.org/extensions/form-processor/-/archive/1.58/form-1.58.zip
download_ext de.systopia.xcm https://github.com/systopia/de.systopia.xcm/releases/download/1.8/de.systopia.xcm-1.8.zip
download_ext group2summary https://github.com/TechToThePeople/group2summary/archive/v1.5.zip
download_ext org.project60.bic https://github.com/Project60/org.project60.bic/releases/download/1.2/org.project60.bic-1.2.zip

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
version=5.48.0
version=5.64.0
LANG=nl_NL