Skip to content

Commit 682989a

Browse files
authored
Merge pull request #6933 from ipfs/feat/update-go
feat: update go in docker container
2 parents c804a16 + 956b8d1 commit 682989a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.6-buster
1+
FROM golang:1.14-buster
22
LABEL maintainer="Steven Allen <[email protected]>"
33

44
# Install deps
@@ -41,7 +41,7 @@ RUN set -x \
4141
&& chmod +x tini
4242

4343
# 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
4545
LABEL maintainer="Steven Allen <[email protected]>"
4646

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

0 commit comments

Comments
 (0)