Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-05-19 10:07:06 +02:00
committed by GitHub
parent 14c6e5778a
commit 432c41f3ff

View File

@ -1,4 +1,4 @@
FROM alpine AS builder
FROM alpine:edge AS builder
ARG DNSDIST_VERSION
@ -28,7 +28,7 @@ RUN apk --update upgrade && \
) && \
apk del --purge .build-depends && rm -rf /var/cache/apk/*
FROM alpine
FROM alpine:edge
LABEL maintainer="https://keybase.io/tcely"
RUN apk --update upgrade && \