use alpine:3.11 as builder image

This commit is contained in:
Sebastian Hugentobler 2020-01-06 14:59:26 +00:00
parent 03ee382da1
commit 9aa447b8f8

View File

@ -1,4 +1,4 @@
FROM alpine:3.10 as builder FROM alpine:3.11 as builder
RUN apk add --no-cache \ RUN apk add --no-cache \
git \ git \