Skip to content

Commit

Permalink
chore: bump Crystal to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 12, 2023
1 parent f1e2593 commit 393acc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.7.2
crystal: 1.7.3

- run: shards install --production

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: 1.7.2
crystal: 1.7.3

- name: Install dependencies
run: shards install --production
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM crystallang/crystal:1.7.2-alpine
FROM crystallang/crystal:1.7.3-alpine

RUN apk add sqlite-dev sqlite-static
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UUID := $(shell id -u)
GUID := $(shell id -g)
CRYSTAL_VERSION := 1.7.2
CRYSTAL_VERSION := 1.7.3

compile:
crystal build src/cli.cr -o dist/coveralls --progress
Expand Down

0 comments on commit 393acc9

Please sign in to comment.