Skip to content

Commit

Permalink
Bump patch to support crystal 0.33.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Feb 17, 2020
1 parent 61a63a9 commit 4959723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.31.1
FROM crystallang/crystal:0.33.0

RUN apt-get update && \
apt-get install -y libgconf-2-4 build-essential curl libreadline-dev libevent-dev libssl-dev libxml2-dev libyaml-dev libgmp-dev git postgresql postgresql-contrib && \
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: authentic
version: 0.5.0
version: 0.5.1

authors:
- Paul Smith <paulcsmith0218@gmail.com>

crystal: 0.31.1
crystal: 0.33.0

license: MIT

Expand Down

0 comments on commit 4959723

Please sign in to comment.