Version 8.2.1 update

This commit is contained in:
François Jacquet 2021-10-16 14:01:53 +02:00
parent e07dc214a8
commit 2af3928054
2 changed files with 2 additions and 2 deletions

View File

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

View File

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