From e6f1db128c8eb62feb879a604c40768a1e201865 Mon Sep 17 00:00:00 2001 From: chenrui Date: Sun, 2 Feb 2020 18:43:25 -0500 Subject: [PATCH] Upgrade alpine to 3.11 (#1085) --- Dockerfile | 4 ++-- Dockerfile.helm3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1980629c..c6c62655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.4-alpine3.10 as builder +FROM golang:1.13.6-alpine3.11 as builder RUN apk add --no-cache make git WORKDIR /workspace/helmfile @@ -7,7 +7,7 @@ RUN make static-linux # ----------------------------------------------------------------------------- -FROM alpine:3.10 +FROM alpine:3.11 RUN apk add --no-cache ca-certificates git bash curl jq diff --git a/Dockerfile.helm3 b/Dockerfile.helm3 index 4ec1c56d..2ce18df8 100644 --- a/Dockerfile.helm3 +++ b/Dockerfile.helm3 @@ -1,4 +1,4 @@ -FROM golang:1.13.4-alpine3.10 as builder +FROM golang:1.13.6-alpine3.11 as builder RUN apk add --no-cache make git WORKDIR /workspace/helmfile @@ -7,7 +7,7 @@ RUN make static-linux # ----------------------------------------------------------------------------- -FROM alpine:3.10 +FROM alpine:3.11 RUN apk add --no-cache ca-certificates git bash curl jq