Skip to content

Commit 252e08f

Browse files
authored
Merge pull request #484 from infosiftr/focal
Update to Ubuntu 20.04 (Focal)
2 parents bee7a1c + e06a42b commit 252e08f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

3.8-rc/ubuntu/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.8/ubuntu/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-ubuntu.template

+2-2
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)