From 27701c9afc24ea9c50d78ef85ae0f371c0ff35f7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 14 Sep 2022 13:46:02 -0700 Subject: [PATCH] Update base image. (#19) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4094a4f..ccf4ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bedrock/ubuntu:focal-20220801 +FROM quay.io/bedrock/ubuntu:focal-20220826 RUN apt-get update -y && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \