Browse Source
Change Dockerfile to use ubuntu:cosmic base.
Thanks to xet7 !
Lauri Ojansivu
6 years ago
1 changed files with
1 additions and
1 deletions
-
1
1
Dockerfile
|
@@ -1,4 +1,4 @@
|
|
|
-FROM debian:buster-slim
|
|
|
+FROM ubuntu:cosmic
|
|
|
LABEL maintainer="wekan"
|
|
|
|
|
|
# Declare Arguments
|