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 \