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