From 9786f1bc8b6c84f57a466969905cc9516653ada7 Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Wed, 9 Dec 2020 22:37:18 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.215.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index b25377e..1224cbc 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -ARG baseimage=cloudfoundry/cflinuxfs3:0.214.0 +ARG baseimage=cloudfoundry/cflinuxfs3:0.215.0 FROM golang:1.15.6 as builder WORKDIR /eirinifs/ COPY . .