Upgrade alpine to 3.11 (#1085)

This commit is contained in:
chenrui 2020-02-02 18:43:25 -05:00 committed by GitHub
parent 5fb037c8e3
commit e6f1db128c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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