From e06a42b94b2c9e6ae367fbf8dd22fb6c45744be0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 18 May 2021 16:44:46 -0700 Subject: [PATCH] Update to Ubuntu 20.04 (Focal) --- 3.8-rc/ubuntu/Dockerfile | 4 ++-- 3.8/ubuntu/Dockerfile | 4 ++-- Dockerfile-ubuntu.template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3.8-rc/ubuntu/Dockerfile b/3.8-rc/ubuntu/Dockerfile index 3221b4f9..825fe52a 100644 --- a/3.8-rc/ubuntu/Dockerfile +++ b/3.8-rc/ubuntu/Dockerfile @@ -4,9 +4,9 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -# The official Canonical Ubuntu Bionic image is ideal from a security perspective, +# The official Canonical Ubuntu Focal image is ideal from a security perspective, # especially for the enterprises that we, the RabbitMQ team, have to deal with -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN set -eux; \ apt-get update; \ diff --git a/3.8/ubuntu/Dockerfile b/3.8/ubuntu/Dockerfile index ec8e5c1c..adf2adc0 100644 --- a/3.8/ubuntu/Dockerfile +++ b/3.8/ubuntu/Dockerfile @@ -4,9 +4,9 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -# The official Canonical Ubuntu Bionic image is ideal from a security perspective, +# The official Canonical Ubuntu Focal image is ideal from a security perspective, # especially for the enterprises that we, the RabbitMQ team, have to deal with -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN set -eux; \ apt-get update; \ diff --git a/Dockerfile-ubuntu.template b/Dockerfile-ubuntu.template index 966de3e0..ed1bb426 100644 --- a/Dockerfile-ubuntu.template +++ b/Dockerfile-ubuntu.template @@ -1,6 +1,6 @@ -# The official Canonical Ubuntu Bionic image is ideal from a security perspective, +# The official Canonical Ubuntu Focal image is ideal from a security perspective, # especially for the enterprises that we, the RabbitMQ team, have to deal with -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN set -eux; \ apt-get update; \