Skip to content

Commit fc0d4d1

Browse files
committed
switch to author label
1 parent a1aabbd commit fc0d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go get -v github.com/fsouza/go-dockerc
55
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o join-networks
66

77
FROM jwilder/nginx-proxy:alpine
8-
MAINTAINER Brian Palmer <[email protected]>
8+
LABEL Author="Brian Palmer <[email protected]>"
99

1010
RUN apk upgrade --no-cache \
1111
&& apk add --no-cache --virtual=run-deps \

0 commit comments

Comments
 (0)