From 30abfb7c9734fc4d878b2342b226c43310f49ac9 Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Thu, 17 Sep 2020 21:22:48 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.206.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 211168d..5893df1 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -ARG baseimage=cloudfoundry/cflinuxfs3:0.205.0 +ARG baseimage=cloudfoundry/cflinuxfs3:0.206.0 FROM golang:1.13 as builder WORKDIR /eirinifs/ COPY . .