From 1401bec0089962e1a359bf1ac7616224ee3ba1c4 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 13 Feb 2020 15:17:31 -0800 Subject: [PATCH] chore(rootfs): bump alpine image to 3.11 Signed-off-by: Matthew Fisher --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 59ead977a..07ea1efd6 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.10 +FROM alpine:3.11 RUN apk add --no-cache ca-certificates socat