From 575972cf2c969dfd76aadbd163c30af13d24435a Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Thu, 25 Mar 2021 21:47:53 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.232.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 4beed41..152ab9b 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -ARG baseimage=cloudfoundry/cflinuxfs3:0.231.0 +ARG baseimage=cloudfoundry/cflinuxfs3:0.232.0 FROM golang:1.16.2 as builder WORKDIR /eirinifs/ COPY . .