@cryptotaxi247 / kubo / commits / 52c8c37f1

fix(docker): fix maintainer email

Steven Allen committed Jan 21, 2020 at 08:08 UTC 52c8c37f1cf2eb037a50660c536f09da08136120
1 file changed +1 -1
Dockerfile
+1 -1
@@ -38,7 +38,7 @@ RUN set -x \
38
39 # Now comes the actual target image, which aims to be as small as possible.
40 FROM busybox:1.31.0-glibc
41 -LABEL maintainer="Steven Allen <stven@stebalien.com>"
41 +LABEL maintainer="Steven Allen <steven@stebalien.com>"
42
43 # Get the ipfs binary, entrypoint script, and TLS CAs from the build container.
44 ENV SRC_DIR /go-ipfs