Version 8.9.5 update
This commit is contained in:
parent
2c25ecb3b7
commit
ea89126ccb
@ -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 intl xmlrpc zip
|
||||
|
||||
# Download and extract rosariosis
|
||||
ENV ROSARIOSIS_VERSION 'v8.9.4'
|
||||
ENV ROSARIOSIS_VERSION 'v8.9.5'
|
||||
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user