move to usage of Bionic as default ubuntu version for local ci containers
[plcapi.git] / tests / ci / Dockerfile
index 15104e6..d8c4443 100644 (file)
@@ -1,4 +1,4 @@
-ARG UBUNTU_VERSION=xenial
+ARG UBUNTU_VERSION=bionic
 
 FROM ubuntu:${UBUNTU_VERSION}