bump version to v2.2.2
This commit is contained in:
parent
8c74edbcf1
commit
10c21b1bda
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue