@cryptotaxi247 / kubo / commits / 956b8d1e7

feat: update go in docker container

Nice and fresh features & bugs.

Steven Allen committed Feb 25, 2020 at 18:57 UTC 956b8d1e7504e4b874ed65862f7d67c707167171
1 file changed +2 -2
Dockerfile
+2 -2
@@ -1,4 +1,4 @@
1 -FROM golang:1.13.6-buster
1 +FROM golang:1.14-buster
2 LABEL maintainer="Steven Allen <steven@stebalien.com>"
3
4 # Install deps
@@ -41,7 +41,7 @@ RUN set -x \
41 && chmod +x tini
42
43 # Now comes the actual target image, which aims to be as small as possible.
44 -FROM busybox:1.31.0-glibc
44 +FROM busybox:1.31.1-glibc
45 LABEL maintainer="Steven Allen <steven@stebalien.com>"
46
47 # Get the ipfs binary, entrypoint script, and TLS CAs from the build container.