Skip to content

Commit

Permalink
Use 0.35.1 in docker and shards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Świątkowski committed Sep 22, 2020
1 parent dff240a commit f481620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: crystallang/crystal:0.29.0
image: crystallang/crystal:0.35.1
working_dir: /app
environment:
EDA_ENV: ${MULTI_AUTH_ENV}
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
authors:
- Sergey Makridenkov <[email protected]>

crystal: 0.29.0
crystal: 0.35.1

license: MIT

Expand Down

0 comments on commit f481620

Please sign in to comment.