From 53cddbb6d8c8ea1b3c1a03fc8596074b68066828 Mon Sep 17 00:00:00 2001 From: Bryan Latten Date: Thu, 10 Nov 2016 17:08:46 -0500 Subject: [PATCH] Goss: updated to 0.2.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 237bd25..5bd5e7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV SIGNAL_BUILD_STOP=99 \ S6_KILL_FINISH_MAXTIME=5000 \ S6_KILL_GRACETIME=3000 \ S6_VERSION=v1.18.1.5 \ - GOSS_VERSION=v0.2.3 + GOSS_VERSION=v0.2.4 # Upgrade base packages, then clean packaging leftover RUN apt-get update && \