Skip to content

Commit cff1630

Browse files
committed
[FIX] 11.0-13.0: remove deprecated label usage
1 parent 6600fd7 commit cff1630

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

11.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.5-slim-stretch
2-
LABEL maintainer="Odoo S.A. <[email protected]>"
2+
MAINTAINER Odoo S.A. <[email protected]>
33

44
# Generate locale C.UTF-8 for postgres and general locale data
55
ENV LANG C.UTF-8

12.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.5-slim-stretch
2-
LABEL maintainer="Odoo S.A. <[email protected]>"
2+
MAINTAINER Odoo S.A. <[email protected]>
33

44
# Generate locale C.UTF-8 for postgres and general locale data
55
ENV LANG C.UTF-8

13.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.7-slim-buster
2-
LABEL maintainer="Odoo S.A. <[email protected]>"
2+
MAINTAINER Odoo S.A. <[email protected]>
33

44
# Generate locale C.UTF-8 for postgres and general locale data
55
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)