Merge pull request #7191 from ipfs/feat/update-docker

feat: update docker image
This commit is contained in:
Steven Allen 2020-04-21 19:42:01 -07:00 committed by GitHub
commit 396fea9487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:1.13.8-buster
FROM golang:1.13.10-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"
# Install deps
@ -29,7 +29,7 @@ RUN cd $SRC_DIR \
# Get su-exec, a very minimal tool for dropping privileges,
# and tini, a very minimal init daemon for containers
ENV SUEXEC_VERSION v0.2
ENV TINI_VERSION v0.18.0
ENV TINI_VERSION v0.19.0
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
case "${dpkgArch##*-}" in \