From 00c2909b3a31ad038259ee365c0a3464af53271d Mon Sep 17 00:00:00 2001 From: Come-On Eirini Date: Mon, 8 Mar 2021 23:12:57 +0000 Subject: [PATCH] update cflinuxfs3 version to 0.228.0 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 95efbb3..f3f63a0 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -ARG baseimage=cloudfoundry/cflinuxfs3:0.227.0 +ARG baseimage=cloudfoundry/cflinuxfs3:0.228.0 FROM golang:1.16 as builder WORKDIR /eirinifs/ COPY . .