Skip to content

Commit

Permalink
[FIX] 11.0-13.0: remove deprecated label usage
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Oct 10, 2019
1 parent 6600fd7 commit cff1630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 11.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.5-slim-stretch
LABEL maintainer="Odoo S.A. <[email protected]>"
MAINTAINER Odoo S.A. <[email protected]>

# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion 12.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.5-slim-stretch
LABEL maintainer="Odoo S.A. <[email protected]>"
MAINTAINER Odoo S.A. <[email protected]>

# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion 13.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.7-slim-buster
LABEL maintainer="Odoo S.A. <[email protected]>"
MAINTAINER Odoo S.A. <[email protected]>

# Generate locale C.UTF-8 for postgres and general locale data
ENV LANG C.UTF-8
Expand Down

0 comments on commit cff1630

Please sign in to comment.