diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-17 11:17:55 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-26 10:47:03 +0100 |
commit | 1c91f124959deb16088c6216ba2740a66d274050 (patch) | |
tree | 31d248376cccf21179c4a5e74140f4846f640cc4 /tools/docker | |
parent | 1590c21d07bc679c54975fa33f409b976896cc37 (diff) | |
download | patchwork-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/docker')
-rw-r--r-- | tools/docker/Dockerfile | 2 |
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" |