tests: updated ubuntu version in Dockerfile

This commit is contained in:
yoyinzyc
2019-10-08 14:30:15 -07:00
parent 79bfc90f2b
commit eb4b800fda
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:17.10
FROM ubuntu:18.04
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections