Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 5a73e22

Browse files
committed
Update email
1 parent d14f10e commit 5a73e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN dep ensure -v -vendor-only
1111
RUN ./grapi build
1212

1313
FROM gcr.io/distroless/base
14-
LABEL maintainer="gedorinku <[email protected]>"
14+
LABEL maintainer="Ryota Egusa <[email protected]>"
1515

1616
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/create-user /
1717
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/server /

db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ruby:2.6-alpine3.9
2-
LABEL maintainer="Ryota Egusa <[email protected]>"
2+
LABEL maintainer="Ryota Egusa <[email protected]>"
33

44
WORKDIR /db
55
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)