Bump version to v13
This commit is contained in:
parent
e8e3d63e7a
commit
5c14290480
1 changed files with 4 additions and 2 deletions
|
@ -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$ \
|
||||
|
|
Loading…
Reference in a new issue