]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docker: Bump to bionic
authorStephen Finucane <stephen@that.guru>
Tue, 17 Apr 2018 10:17:55 +0000 (11:17 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 09:47:03 +0000 (10:47 +0100)
As noted in commit 94dd1d411, we can and should start using Bionic once
it's out. This is now the case.

Signed-off-by: Stephen Finucane <stephen@that.guru>
tools/docker/Dockerfile

index e25c381c8613b9f3b1ad20e811aa49b861cddf9f..b9ecdb5eeeba6966b1a38a2217a5bf2c2ad0dee1 100644 (file)
@@ -1,4 +1,4 @@
-FROM ubuntu:17.10
+FROM ubuntu:18.04
 
 ARG UID
 ARG TZ="Australia/Canberra"