[FIX] 11.0-13.0: remove deprecated label usage

This commit is contained in:
Christophe Monniez 2019-10-10 17:03:46 +02:00 committed by Christophe Monniez
parent 0660495954
commit 6ba07c93c3
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM debian:stretch
LABEL maintainer="Odoo S.A. <info@odoo.com>"
MAINTAINER Odoo S.A. <info@odoo.com>
# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8

View File

@ -1,5 +1,5 @@
FROM debian:stretch
LABEL maintainer="Odoo S.A. <info@odoo.com>"
MAINTAINER Odoo S.A. <info@odoo.com>
# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8

View File

@ -1,5 +1,5 @@
FROM debian:buster
LABEL maintainer="Odoo S.A. <info@odoo.com>"
MAINTAINER Odoo S.A. <info@odoo.com>
# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8