File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
templates/project_template Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ FROM jfloff/alpine-python
2323# docker pull continuumio/miniconda3
2424# docker run -i -t continuumio/miniconda3 /bin/bash
2525
26- # ########
27- # Contact
28- # ########
29- MAINTAINER Antonio Berlanga-Taylor <
[email protected] >
26+ # ########
27+ # Contact
28+ # ########
29+ LABEL maintainer= " Antonio Berlanga-Taylor <[email protected] >" 3030
3131
3232# ########################
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM continuumio/miniconda3
1919# ########
2020# Contact
2121# ########
22- MAINTAINER author_name <author_email>
22+ LABEL maintainer= " author_name <author_email>"
2323
2424# ########################
2525# Update/install packages
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM continuumio/miniconda3:25.3.1-1
1919# ########
2020# Contact
2121# ########
22- MAINTAINER author_name <author_email>
22+ LABEL maintainer= " author_name <author_email>"
2323
2424# ########################
2525# Update/install packages
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM continuumio/miniconda3
1919# ########
2020# Contact
2121# ########
22- MAINTAINER author_name <author_email>
22+ LABEL maintainer= " author_name <author_email>"
2323
2424# ########################
2525# Update/install packages
You can’t perform that action at this time.
0 commit comments