From cff163063baeb98b262220ce7130cef8b494653d Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 10 Oct 2019 17:03:46 +0200 Subject: [PATCH] [FIX] 11.0-13.0: remove deprecated label usage --- 11.0/Dockerfile | 2 +- 12.0/Dockerfile | 2 +- 13.0/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 767d416..b913398 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.5-slim-stretch -LABEL maintainer="Odoo S.A. " +MAINTAINER Odoo S.A. # Generate locale C.UTF-8 for postgres and general locale data ENV LANG C.UTF-8 diff --git a/12.0/Dockerfile b/12.0/Dockerfile index 14d3e0c..353a522 100644 --- a/12.0/Dockerfile +++ b/12.0/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.5-slim-stretch -LABEL maintainer="Odoo S.A. " +MAINTAINER Odoo S.A. # Generate locale C.UTF-8 for postgres and general locale data ENV LANG C.UTF-8 diff --git a/13.0/Dockerfile b/13.0/Dockerfile index 34419a1..1df18ef 100644 --- a/13.0/Dockerfile +++ b/13.0/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.7-slim-buster -LABEL maintainer="Odoo S.A. " +MAINTAINER Odoo S.A. # Generate locale C.UTF-8 for postgres and general locale data ENV LANG C.UTF-8