diff --git a/Dockerfile b/Dockerfile index 8d3778a..484ae69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc zip # Download and extract rosariosis -ENV ROSARIOSIS_VERSION 'v7.9.3' +ENV ROSARIOSIS_VERSION 'v8.2.1' RUN mkdir /usr/src/rosariosis && \ curl -L https://gitlab.com/francoisjacquet/rosariosis/-/archive/${ROSARIOSIS_VERSION}/rosariosis-${ROSARIOSIS_VERSION}.tar.gz \ | tar xz --strip-components=1 -C /usr/src/rosariosis && \ diff --git a/LICENSE b/LICENSE index c46e800..23f590c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2015 Larry Price, John Plevyak -Copyright (c) 2016-2019 François Jacquet +Copyright (c) 2016-2021 François Jacquet Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal