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