From c81bd5580b9e6a02644d65094a4124b54798253d Mon Sep 17 00:00:00 2001 From: Anton Fediushin Date: Fri, 15 Jun 2018 12:54:25 +0200 Subject: [PATCH] using version 2.080.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d27755..6044ed5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Stefan Rohe ENV \ COMPILER=dmd \ - COMPILER_VERSION=2.080.0 + COMPILER_VERSION=2.080.1 RUN apt-get update && apt-get install -y curl libcurl3 build-essential \ && curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \