summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-03-19 20:37:04 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-03-19 20:37:04 +0100
commitdba3da56dbe046bdb881e96c61752a49b5179784 (patch)
tree9daee5041f6935e34d82a80b05599d08683ef353 /docker
parent60fa276c9d4bbe44c316c867d1694a7e53370d45 (diff)
[pkg] fix debian file path
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index f2e3877..f97cc32 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,6 +1,6 @@
# An image to build and package the go binary for Bitmask Lite (RiseupVPN)
# (c) LEAP Encryption Access Project 2018
-FROM ubuntu:18.04
+FROM ubuntu:disco
MAINTAINER LEAP Encryption Access Project <info@leap.se>
LABEL Description="An image to build Bitmask Lite" Vendor="LEAP" Version="1.0"