From 53506f5881e8554f3737c96533485d1ec51e83dc Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Fri, 25 Oct 2019 11:23:49 +0000 Subject: [PATCH] Yggdrasil 0.3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ed33b4..6c4493b 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.10 + YGGDRASIL_VERSION=0.3.11 RUN set -ex \ && apk --no-cache add \