Skip to content

Commit 02aed9c

Browse files
authored
using ldc 1.9.0
1 parent 4d56416 commit 02aed9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Stefan Rohe <think@hotmail.de>
44

55
ENV \
66
COMPILER=ldc \
7-
COMPILER_VERSION=1.8.0-beta1
7+
COMPILER_VERSION=1.9.0
88

99
RUN apt-get update && apt-get install -y curl libcurl3 build-essential \
1010
&& curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \

0 commit comments

Comments
 (0)