Skip to content

Commit

Permalink
Merge pull request #6933 from ipfs/feat/update-go
Browse files Browse the repository at this point in the history
feat: update go in docker container
  • Loading branch information
Stebalien authored Feb 26, 2020
2 parents c804a16 + 956b8d1 commit 682989a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.6-buster
FROM golang:1.14-buster
LABEL maintainer="Steven Allen <[email protected]>"

# Install deps
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN set -x \
&& chmod +x tini

# Now comes the actual target image, which aims to be as small as possible.
FROM busybox:1.31.0-glibc
FROM busybox:1.31.1-glibc
LABEL maintainer="Steven Allen <[email protected]>"

# Get the ipfs binary, entrypoint script, and TLS CAs from the build container.
Expand Down

0 comments on commit 682989a

Please sign in to comment.