Update to Ubuntu 20.04 (Focal)

This commit is contained in:
Tianon Gravi 2021-05-18 16:44:46 -07:00
parent e62f193dfc
commit e06a42b94b
3 changed files with 6 additions and 6 deletions

View File

@ -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; \

4
3.8/ubuntu/Dockerfile generated
View File

@ -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; \

View File

@ -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; \