summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-17 11:17:55 +0100
committerStephen Finucane <stephen@that.guru>2018-04-26 10:47:03 +0100
commit1c91f124959deb16088c6216ba2740a66d274050 (patch)
tree31d248376cccf21179c4a5e74140f4846f640cc4 /tools
parent1590c21d07bc679c54975fa33f409b976896cc37 (diff)
downloadpatchwork-1c91f124959deb16088c6216ba2740a66d274050.tar
patchwork-1c91f124959deb16088c6216ba2740a66d274050.tar.gz
docker: Bump to bionic
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index e25c381..b9ecdb5 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:17.10
+FROM ubuntu:18.04
ARG UID
ARG TZ="Australia/Canberra"