From 40f10346a4d4202ea54fcafebe0464d77428e33a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 5 Sep 2019 08:55:55 -0700 Subject: [PATCH] =?UTF-8?q?Update=20bashbrew=20to=20Go=201.13=20+=20Alpine?= =?UTF-8?q?=203.10,=20update=20manifest-tool=20to=20v1.0.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 6faa0b7..fe84d9a 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine3.9 +FROM golang:1.13-alpine3.10 RUN apk add --no-cache \ file \ @@ -22,7 +22,7 @@ ENV BASHBREW_ARCHES \ COPY .bashbrew-arch-to-goenv.sh /usr/local/bin/ # https://github.com/estesp/manifest-tool/releases -ENV MANIFEST_TOOL_VERSION 1.0.0-rc +ENV MANIFEST_TOOL_VERSION 1.0.0 # gpg: key 0F386284C03A1162: public key "Philip Estes " imported ENV MANIFEST_TOOL_GPG_KEY 27F3EA268A97867EAF0BD05C0F386284C03A1162