Skip to content

Commit e06a42b

Browse files
committed
Update to Ubuntu 20.04 (Focal)
1 parent e62f193 commit e06a42b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

3.8-rc/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.8/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-ubuntu.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The official Canonical Ubuntu Bionic image is ideal from a security perspective,
1+
# The official Canonical Ubuntu Focal image is ideal from a security perspective,
22
# especially for the enterprises that we, the RabbitMQ team, have to deal with
3-
FROM ubuntu:18.04
3+
FROM ubuntu:20.04
44

55
RUN set -eux; \
66
apt-get update; \

0 commit comments

Comments
 (0)