Version number update

This commit is contained in:
aunefyren 2022-01-18 09:08:43 +01:00
parent 66a48bdcd3
commit 419f1c9817
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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