From 0649ae3303f3fa906cfad184f41c047ddbb50839 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 12 May 2017 17:21:10 +0100 Subject: [PATCH] Update base image to include LibreSSL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd6562e..b5fb487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM adamant/busybox +FROM adamant/busybox:libressl MAINTAINER Adam Dodman ENV UID=900 GID=900