Skip to content

Commit

Permalink
👥 Update maintainer labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jun 26, 2018
1 parent 96ebcb6 commit 2a709ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM tiangolo/uwsgi-nginx:python2.7

MAINTAINER Sebastian Ramirez <tiangolo@gmail.com>
LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"

RUN apt-get update && apt-get install -y cowsay

Expand Down
2 changes: 2 additions & 0 deletions python2.7-alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:2.7-alpine3.7

LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"

# Standard set up Nginx Alpine
# https://github.com/nginxinc/docker-nginx/blob/f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65/mainline/alpine/Dockerfile

Expand Down
2 changes: 2 additions & 0 deletions python3.6-alpine3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.6-alpine3.7

LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"

# Standard set up Nginx Alpine
# https://github.com/nginxinc/docker-nginx/blob/f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65/mainline/alpine/Dockerfile

Expand Down
2 changes: 2 additions & 0 deletions python3.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.6-stretch

LABEL maintainer="Sebastian Ramirez <tiangolo@gmail.com>"

# Standard set up Nginx
ENV NGINX_VERSION 1.13.12-1~stretch
ENV NJS_VERSION 1.13.12.0.2.0-1~stretch
Expand Down

0 comments on commit 2a709ae

Please sign in to comment.