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

Commit

Permalink
crystal version 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Jul 20, 2017
1 parent 50a7e9e commit ec9d55c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drujensen/crystal:0.23.0
FROM drujensen/crystal:0.23.1

WORKDIR /app/user

Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: kemalyst-generator
version: 0.8.0
version: 0.8.1

authors:
- Arnaud Fernandés <[email protected]>
- Dru Jensen <[email protected]>
- Arnaud Fernandés <[email protected]>

targets:
kemalyst-generator:
main: src/kemalyst-generator.cr

crystal: 0.23.0
crystal: 0.23.1

license: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/kemalyst-generator/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kemalyst::Generator
VERSION = "0.8.0"
VERSION = "0.8.1"
end
4 changes: 2 additions & 2 deletions src/templates/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM drujensen/crystal:0.23.0
FROM drujensen/crystal:0.23.1

ENV KGEN_VERSION 0.8.0
ENV KGEN_VERSION 0.8.1

RUN curl -L https://github.com/kemalyst/kemalyst-generator/archive/v$KGEN_VERSION.tar.gz | tar xvz -C /usr/local/share/. && cd /usr/local/share/kemalyst-generator-$KGEN_VERSION && crystal deps && make

Expand Down

0 comments on commit ec9d55c

Please sign in to comment.