Browse Source

tests: updated ubuntu version in Dockerfile

yoyinzyc 6 years ago
parent
commit
eb4b800fda
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/docker-dns-srv/Dockerfile
  2. 1 1
      tests/docker-static-ip/Dockerfile

+ 1 - 1
tests/docker-dns-srv/Dockerfile

@@ -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

+ 1 - 1
tests/docker-static-ip/Dockerfile

@@ -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