Bump PHP & Dolibarr version
This commit is contained in:
parent
e21f508b8a
commit
04430d40ab
1 changed files with 2 additions and 2 deletions
|
@ -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$ \
|
||||
|
|
Loading…
Reference in a new issue