From c10c1151fc882e1fd39b4865c29e48a9284fe7ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 22:01:45 +0000 Subject: [PATCH] Update Docker - updates --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a25b420..731dbaec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# syntax=docker/dockerfile:1.5 +# syntax=docker/dockerfile:1.6 -FROM golang:1.19-alpine3.17 AS ipfs_build +FROM golang:1.21-alpine3.17 AS ipfs_build ENV SRC_DIR /go/src/github.com/ipfs/go-ipfs ARG TARGETPLATFORM