[FIX] 11.0-13.0: remove deprecated label usage
This commit is contained in:
parent
6600fd73a6
commit
cff163063b
@ -1,5 +1,5 @@
|
||||
FROM python:3.5-slim-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
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM python:3.5-slim-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
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM python:3.7-slim-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
|
||||
|
Loading…
Reference in New Issue
Block a user