mirror of
https://github.com/luzifer-docker/yggdrasil.git
synced 2024-11-08 13:40:00 +00:00
Yggdrasil v0.3.6
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ea19f33388
commit
c80c0fea66
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue