File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}"
14
14
15
15
FROM alpine:3.13
16
16
17
- LABEL maintainer="Jason Wilder <mail@jasonwilder .com>"
17
+ LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail .com> (@buchdag) "
18
18
19
19
ENV DOCKER_HOST unix:///tmp/docker.sock
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN GOOS=linux go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen
14
14
15
15
FROM debian:11-slim
16
16
17
- LABEL maintainer="Jason Wilder <mail@jasonwilder .com>"
17
+ LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail .com> (@buchdag) "
18
18
19
19
ENV DOCKER_HOST unix:///tmp/docker.sock
20
20
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014 Jason Wilder
3
+ Copyright (c) 2014-2021 Jason Wilder
4
+ Copyright (c) 2021-2022 Nicolas Duchon
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments