From 2f6b64f0b9afa736e99108128162c5330d34bc71 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 3 Feb 2021 12:41:18 +0100 Subject: [PATCH] dumb init 1.2.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f37427b..30a2722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN set -xe;\ FROM bootstrapped as toolbuilder ENV GOSU_VERSION="1.12" -ENV DUMB_INIT_VERSION="1.2.4" +ENV DUMB_INIT_VERSION="1.2.5" RUN set -xe;\ apt-get update &&\ apt-get install -y git golang &&\