Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
upgrade to Elm 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbray committed Dec 19, 2015
1 parent 0b55e96 commit 2629452
Show file tree
Hide file tree
Showing 4 changed files with 9,628 additions and 12,973 deletions.
3 changes: 1 addition & 2 deletions submissions/mattjbray/Dockerfile
@@ -1,8 +1,7 @@
FROM node:4.1

# Install Elm
RUN npm install --global elm@0.15.1
ENV ELM_HOME /usr/local/lib/node_modules/elm/share
RUN npm install --global elm@0.16.0

# Fix locales
RUN apt-get update && \
Expand Down

0 comments on commit 2629452

Please sign in to comment.