bump version to v2.2.2

This commit is contained in:
greg2010 2023-02-24 23:49:41 -05:00
parent 8c74edbcf1
commit 10c21b1bda
No known key found for this signature in database
GPG key ID: 900A237110AFCA71
3 changed files with 4 additions and 4 deletions

View file

@ -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: ; 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 ; e.g. public/js/vX.X.X/app.js
; Syntax: String (current version) ; Syntax: String (current version)
; Default: v2.2.0 ; Default: v2.2.2
VERSION = v2.2.1 VERSION = v2.2.2
; Contact information [optional] ; Contact information [optional]
; Shown on 'licence', 'contact' page. ; Shown on 'licence', 'contact' page.

@ -1 +1 @@
Subproject commit 58d9bb1ac2b11c6b6b0a44f613bf58a5a0ce6486 Subproject commit b73f3726ee5e3a2581b75fd83e851d20ea61bec5

View file

@ -15,7 +15,7 @@ RUN composer self-update 2.1.8
RUN composer install RUN composer install
FROM trafex/alpine-nginx-php7:ba1dd422 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 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 # we need to create sites_enabled directory in order for entrypoint.sh being able to copy file after envsubst