From 10c21b1bdad4551872b638178d6b2177c7f0b5ad Mon Sep 17 00:00:00 2001 From: greg2010 Date: Fri, 24 Feb 2023 23:49:41 -0500 Subject: [PATCH] bump version to v2.2.2 --- config/pathfinder/pathfinder.ini | 4 ++-- pathfinder | 2 +- pathfinder.Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/pathfinder/pathfinder.ini b/config/pathfinder/pathfinder.ini index eb435cc..129985f 100644 --- a/config/pathfinder/pathfinder.ini +++ b/config/pathfinder/pathfinder.ini @@ -13,8 +13,8 @@ NAME = Pathfinder Community Edition ; Version is used for CSS/JS cache busting and is part of the URL for static resources: ; e.g. public/js/vX.X.X/app.js ; Syntax: String (current version) -; Default: v2.2.0 -VERSION = v2.2.1 +; Default: v2.2.2 +VERSION = v2.2.2 ; Contact information [optional] ; Shown on 'licence', 'contact' page. diff --git a/pathfinder b/pathfinder index 58d9bb1..b73f372 160000 --- a/pathfinder +++ b/pathfinder @@ -1 +1 @@ -Subproject commit 58d9bb1ac2b11c6b6b0a44f613bf58a5a0ce6486 +Subproject commit b73f3726ee5e3a2581b75fd83e851d20ea61bec5 diff --git a/pathfinder.Dockerfile b/pathfinder.Dockerfile index 3f8aa46..d04b382 100644 --- a/pathfinder.Dockerfile +++ b/pathfinder.Dockerfile @@ -15,7 +15,7 @@ RUN composer self-update 2.1.8 RUN composer install FROM trafex/alpine-nginx-php7:ba1dd422 -RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo shadow gettext bash apache2-utils +RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql php7-fileinfo php7-event shadow gettext bash apache2-utils COPY static/nginx/nginx.conf /etc/nginx/templateNginx.conf # we need to create sites_enabled directory in order for entrypoint.sh being able to copy file after envsubst