diff --git a/Dockerfile b/Dockerfile index 42d061f..c038529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine as builder ENV DUMB_INIT_VERSION=1.2.2 \ - YGGDRASIL_VERSION=0.3.4 + YGGDRASIL_VERSION=0.3.6 RUN set -ex \ && apk --no-cache add \ @@ -15,7 +15,7 @@ RUN set -ex \ && curl -sSfLo /tmp/dumb-init "https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64" \ && chmod 0755 /tmp/dumb-init -FROM alpine:3.8 +FROM alpine:3.10 LABEL maintainer "Knut Ahlers "