We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c6f8 commit 6ed9275Copy full SHA for 6ed9275
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Stefan Rohe <think@hotmail.de>
4
5
ENV \
6
COMPILER=ldc \
7
- COMPILER_VERSION=1.6.0
+ COMPILER_VERSION=1.7.0-beta1
8
9
RUN apt-get update && apt-get install -y curl libcurl3 build-essential \
10
&& curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \
0 commit comments