Skip to content

Commit

Permalink
update haxe to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imsky committed Apr 30, 2016
1 parent 54f7627 commit d1e428c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/baseimage:0.9.17
FROM phusion/baseimage
MAINTAINER Ivan Malopinsky

ENV DEBIAN_FRONTEND noninteractive
Expand All @@ -10,7 +10,7 @@ RUN apt-get install -y g++ g++-multilib libgc-dev
RUN apt-get install -y php5-cli

# Haxe environment variables
ENV HAXEURL http://haxe.org/website-content/downloads/3.2.0/downloads/haxe-3.2.0-linux64.tar.gz
ENV HAXEURL http://haxe.org/website-content/downloads/3.2.1/downloads/haxe-3.2.1-linux64.tar.gz
ENV HAXEPATH /root/haxe
ENV HAXE_STD_PATH $HAXEPATH/std/
ENV PATH $HAXEPATH:$PATH
Expand Down

0 comments on commit d1e428c

Please sign in to comment.