Version 8.2.1 update
This commit is contained in:
parent
e07dc214a8
commit
2af3928054
@ -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
|
docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc zip
|
||||||
|
|
||||||
# Download and extract rosariosis
|
# Download and extract rosariosis
|
||||||
ENV ROSARIOSIS_VERSION 'v7.9.3'
|
ENV ROSARIOSIS_VERSION 'v8.2.1'
|
||||||
RUN mkdir /usr/src/rosariosis && \
|
RUN mkdir /usr/src/rosariosis && \
|
||||||
curl -L https://gitlab.com/francoisjacquet/rosariosis/-/archive/${ROSARIOSIS_VERSION}/rosariosis-${ROSARIOSIS_VERSION}.tar.gz \
|
curl -L https://gitlab.com/francoisjacquet/rosariosis/-/archive/${ROSARIOSIS_VERSION}/rosariosis-${ROSARIOSIS_VERSION}.tar.gz \
|
||||||
| tar xz --strip-components=1 -C /usr/src/rosariosis && \
|
| tar xz --strip-components=1 -C /usr/src/rosariosis && \
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,7 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015 Larry Price, John Plevyak
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user