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 4d56416 commit 02aed9cCopy full SHA for 02aed9c
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Stefan Rohe <[email protected]>
4
5
ENV \
6
COMPILER=ldc \
7
- COMPILER_VERSION=1.8.0-beta1
+ COMPILER_VERSION=1.9.0
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