Skip to content

Commit

Permalink
update username
Browse files Browse the repository at this point in the history
  • Loading branch information
yesterday679 committed Apr 3, 2018
1 parent 4143e9b commit 348a419
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

RUN docker-php-ext-install bcmath \
&& composer config -g repo.packagist composer https://packagist.phpcomposer.com
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mysql:latest

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

ARG TZ=UTC
ARG MYSQL_USER=user
Expand Down
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:alpine

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
&& apk update \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:fpm

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list \
&& sed -i 's/security.debian.org/mirrors.aliyun.com\/debian-security/g' /etc/apt/sources.list \
Expand Down
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:latest

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

EXPOSE 6379

Expand Down
2 changes: 1 addition & 1 deletion slate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby

MAINTAINER ross <[email protected]>
MAINTAINER yesterday679 <[email protected]>

RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list \
&& sed -i 's/security.debian.org/mirrors.aliyun.com\/debian-security/g' /etc/apt/sources.list \
Expand Down

0 comments on commit 348a419

Please sign in to comment.