From bcb8ab5c76e80b7d7086fd69f378c36b1fa29c0e Mon Sep 17 00:00:00 2001 From: Pedro Castillo Date: Wed, 10 Oct 2018 20:27:41 -0500 Subject: [PATCH] Use latest Debian release on Docker image Using debian:wheezy caused issues in Arch Linux. In the end I fixed it by using the latest Debian version for the image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b98d46..c051501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # # docker build -t crops/chameleonsocks -f Dockerfile . -FROM debian:wheezy +FROM debian MAINTAINER Todor Minchev ENV CHAMELEONSOCKS_VERSION 1.2