From d45d0a7182ef5655e3a30320e73b80d78606ad3c Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Tue, 22 May 2018 20:45:40 +0200 Subject: [PATCH] * Upgrade Docker 1.6 image to 1.6.0-rc1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a91ef1..1920388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:stretch-slim MAINTAINER Freelock john@freelock.com # Build time variables -ENV LSMB_VERSION 1.6.0-beta2 +ENV LSMB_VERSION 1.6.0-rc1 # Install Perl, Tex, Starman, psql client, and all dependencies