File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.5-slim-stretch
2
- LABEL maintainer= " Odoo S.A. <info@odoo.com>"
2
+ MAINTAINER Odoo S.A. <info@odoo.com>
3
3
4
4
# Generate locale C.UTF-8 for postgres and general locale data
5
5
ENV LANG C.UTF-8
Original file line number Diff line number Diff line change 1
1
FROM python:3.5-slim-stretch
2
- LABEL maintainer= " Odoo S.A. <info@odoo.com>"
2
+ MAINTAINER Odoo S.A. <info@odoo.com>
3
3
4
4
# Generate locale C.UTF-8 for postgres and general locale data
5
5
ENV LANG C.UTF-8
Original file line number Diff line number Diff line change 1
1
FROM python:3.7-slim-buster
2
- LABEL maintainer= " Odoo S.A. <info@odoo.com>"
2
+ MAINTAINER Odoo S.A. <info@odoo.com>
3
3
4
4
# Generate locale C.UTF-8 for postgres and general locale data
5
5
ENV LANG C.UTF-8
You can’t perform that action at this time.
0 commit comments