From 59c05d3713580f1c1ca137fb1bff384117e768ab Mon Sep 17 00:00:00 2001 From: Cristian Calin <6627509+cristicalin@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:03:09 +0200 Subject: [PATCH] [container image] use focal (ubuntu 20.04) base image for our docker builds (#8631) (#8633) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9311e58f0..8f0d2248c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use imutable image tags rather than mutable tags (like ubuntu:18.04) -FROM ubuntu:bionic-20200807 +# Use imutable image tags rather than mutable tags (like ubuntu:20.04) +FROM ubuntu:focal-20220316 RUN apt update -y \ && apt install -y \