Skip to content

Commit

Permalink
update for crystal 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Apr 25, 2020
1 parent c92ce64 commit 4fd4f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.27.0 AS base
FROM crystallang/crystal:0.34.0 AS base
MAINTAINER Nick Franken <shnick@gmail.com>

RUN apt-get -q update && \
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
development_dependencies:
mysql:
github: crystal-lang/crystal-mysql
version: 0.10.0
version: 0.11.0

pg:
github: will/crystal-pg
version: 0.20.0
version: 0.21.0

sqlite3:
github: crystal-lang/crystal-sqlite3
version: 0.15.0
version: 0.16.0

0 comments on commit 4fd4f64

Please sign in to comment.