From 2c84f775d7908737bd599d615b717a1df1885f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 17 Aug 2021 14:37:57 +0200 Subject: [PATCH] Explicitely use Debian Buster in Dockerfile Debian Bullseye was released two days ago, and is now the default distribution for the Docker image. Our image isn't compatible with Debian Bullseye right now, and we haven't done any testing with it, so for now we're staying with Buster. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ec8e146882..6274055fd23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.8 +FROM ruby:2.6.8-buster ENV DEBIAN_FRONTEND noninteractive