Skip to content

Commit

Permalink
Froze Crystal and Kemal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion committed Oct 11, 2016
1 parent dd819ca commit b271b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN tar zxf /tmp/s6-overlay-amd64.tar.gz -C / && \
echo "deb http://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list && \
apt-get update && \
apt-get install -y git pkg-config libssl-dev build-essential && \
apt-get install -y crystal && \
apt-get install -y crystal=0.19.4-1 && \
\
mkdir /var/www && \
cd /var/www && \
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 0.1.0
dependencies:
kemal:
github: sdogruyol/kemal
branch: master
version: 0.15.1

0 comments on commit b271b0c

Please sign in to comment.