Parcourir la source

tests: updated ubuntu version in Dockerfile

yoyinzyc il y a 6 ans
Parent
commit
eb4b800fda
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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