Bump PHP & Dolibarr version

This commit is contained in:
Glenn Y. Rolland 2021-04-19 19:14:32 +02:00
parent e21f508b8a
commit 04430d40ab

View file

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