From 09fac9ecfbfaf68642b93b13cc01587cd2d22d03 Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Wed, 30 Oct 2019 19:04:26 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.140.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 894cc7b..f872685 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 go build -mod=vendor -a -installsuffix cgo -o launch ./launchcmd RUN CGO_ENABLED=0 go build -mod=vendor -a -installsuffix cgo -o launcher ./buildpackapplifecycle/launcher -FROM cloudfoundry/cflinuxfs3:0.139.0 +FROM cloudfoundry/cflinuxfs3:0.140.0 RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64 RUN chmod +x /usr/local/bin/dumb-init