From c34cf83c63383d23aee9a8e28c8e05891f3adc63 Mon Sep 17 00:00:00 2001 From: Brandon Lewis Date: Tue, 10 Dec 2019 15:58:51 -0800 Subject: [PATCH] Use the tag for the specific LTS release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0d0e423..9739928c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:bionic # Prepare the build environment and dependencies RUN apt-get update