Bump version to v13

This commit is contained in:
Glenn Y. Rolland 2021-02-01 00:10:23 +01:00
parent e8e3d63e7a
commit 5c14290480

View file

@ -1,7 +1,9 @@
FROM php:7.2-apache-buster
# FROM php:7.2-apache-buster
FROM php:7.4-apache-buster
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
ENV DOLIBARR_VERSION=12.0.1
# ENV DOLIBARR_VERSION=12.0.1
ENV DOLIBARR_VERSION=13.0.0
RUN apt-get update \
&& apt-cache search lib mysql dev$ \