From 812ba841f302f89a483a6bdca5d4dc81a8e38a71 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sun, 31 May 2020 12:53:27 +0200 Subject: [PATCH] Revert to Ubuntu 19.10 20.04 comes with Ruby 2.7, which emits some annoying deprecation warnigs that can't be silenced even when using the RUBYOPT variables suggested for doing so. Work around that for now by reverting to Ubuntu 19.10 which still uses 2.5 and does not have this bug. --- docker/rustembedded-osdev-utils/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rustembedded-osdev-utils/Dockerfile b/docker/rustembedded-osdev-utils/Dockerfile index 5a169ffb..92d57d58 100644 --- a/docker/rustembedded-osdev-utils/Dockerfile +++ b/docker/rustembedded-osdev-utils/Dockerfile @@ -2,7 +2,7 @@ ## ## Copyright (c) 2017-2020 Andre Richter ## Copyright (c) 2019-2020 Nao Taco -FROM ubuntu:20.04 +FROM ubuntu:19.10 ARG VCS_REF