summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-21 20:44:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-21 20:44:46 +0200
commitc66cc3d4dadb15b669256530cfda89359cdb9340 (patch)
tree5345aae5d34d70e48b50ae22108186b1c91cd6f2 /Dockerfile
parentc60967e935bdc0e7e9aea0a1c23178aee8a73c29 (diff)
downloadwekan-c66cc3d4dadb15b669256530cfda89359cdb9340.tar.gz
wekan-c66cc3d4dadb15b669256530cfda89359cdb9340.tar.bz2
wekan-c66cc3d4dadb15b669256530cfda89359cdb9340.zip
Change base image eoan to rolling, that is probably always newest Ubuntu
rolling version. Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ee1f95e3..41df2126 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:eoan
+FROM ubuntu:rolling
LABEL maintainer="wekan"
# Set the environment variables (defaults where required)