mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Version number update
This commit is contained in:
parent
66a48bdcd3
commit
419f1c9817
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ class Config {
|
|||
public $https;
|
||||
|
||||
// Wrapperr config
|
||||
public $wrapperr_version = 'v2.2.2';
|
||||
public $wrapperr_version = 'v2.2.3';
|
||||
public $timezone;
|
||||
public $application_name;
|
||||
public $application_url;
|
||||
|
|
|
@ -3,5 +3,5 @@ LABEL maintainer="Wrapperr https://github.com/aunefyren/wrapperr"
|
|||
RUN apt-get update && apt-get install -y \
|
||||
git
|
||||
RUN rm -d -r /var/www/html
|
||||
RUN git clone https://github.com/aunefyren/wrapperr --branch v2.2.2 /var/www/html
|
||||
RUN git clone https://github.com/aunefyren/wrapperr --branch v2.2.3 /var/www/html
|
||||
RUN chmod -R 0777 /var/www/html/config
|
Loading…
Reference in a new issue