Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from wilzbach/bump-dmd
Browse files Browse the repository at this point in the history
Bump dmd to 2.074.0
  • Loading branch information
wilzbach authored May 26, 2017
2 parents 9a1d453 + 007a52b commit 16d5f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ services:

script:
- docker build -t stonemaster/dlang-tour-rdmd .
deploy:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push stonemaster/dlang-tour-rdmd
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
MAINTAINER "André Stein <andre.stein.1985@gmail.com>"

# Version updates here
ENV VERSION "2.071.0"
ENV VERSION "2.074.0"

RUN apt-get update && apt-get install --no-install-recommends -y wget libc6-dev xdg-utils gcc libcurl3 && \
wget http://downloads.dlang.org/releases/2.x/${VERSION}/dmd_${VERSION}-0_amd64.deb -O /dmd.deb && \
Expand Down

0 comments on commit 16d5f34

Please sign in to comment.