瀏覽代碼

tests: updated ubuntu version in Dockerfile

yoyinzyc 6 年之前
父節點
當前提交
eb4b800fda
共有 2 個文件被更改,包括 2 次插入2 次删除
  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