commit
0da27f6103
5 changed files with 8 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
.env
|
||||
.vscode
|
||||
letsencrypt
|
||||
*.production*
|
||||
static/php/xdebug.ini
|
||||
|
|
@ -9,7 +9,7 @@ RUN apk update \
|
|||
COPY pathfinder /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN composer self-update 1.6.3
|
||||
RUN composer self-update 2.1.8
|
||||
RUN composer install
|
||||
|
||||
FROM trafex/alpine-nginx-php7:ba1dd422
|
||||
|
|
|
|||
|
|
@ -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.1.1
|
||||
VERSION = v2.1.1
|
||||
; Default: v2.1.2
|
||||
VERSION = v2.1.2
|
||||
|
||||
; Contact information [optional]
|
||||
; Shown on 'licence', 'contact' page.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ RUN apk update \
|
|||
COPY pathfinder /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN composer self-update 1.6.3
|
||||
RUN composer self-update 2.1.8
|
||||
RUN composer install
|
||||
|
||||
FROM trafex/alpine-nginx-php7:ba1dd422
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ce6157ed54aca7019b2418990a3fd54ef093481c
|
||||
Subproject commit 4607d5144a87abdf73d7e37e2235cbcf39d12d8c
|
||||
Loading…
Add table
Add a link
Reference in a new issue