From a42aa188a8b1994b4f6471c12046f41b8f58b7a0 Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Mon, 15 Mar 2021 21:27:33 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.230.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index bdb79c6..a7ffada 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -ARG baseimage=cloudfoundry/cflinuxfs3:0.229.0 +ARG baseimage=cloudfoundry/cflinuxfs3:0.230.0 FROM golang:1.16 as builder WORKDIR /eirinifs/ COPY . .