Yggdrasil v0.3.6

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-08-14 20:44:47 +02:00
parent ea19f33388
commit c80c0fea66
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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 <knut@ahlers.me>"