Skip to content

Commit

Permalink
Update Crystal 1.13 to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jul 13, 2024
1 parent f9ab4fa commit 96c8c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- crystal_major_minor: '1.13'
crystal_full: '1.13.0'
crystal_full: '1.13.1'
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal

Expand Down
4 changes: 2 additions & 2 deletions docker/1.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apk \
RUN set -eux -o pipefail; \
cd /tmp; \
export \
CRYSTAL_VERSION=1.13.0 \
CRYSTAL_SHA256=c439c9b1d6f955351c11eeffe30da049abd6fac42526c0c9ea8efb5179bf2229 \
CRYSTAL_VERSION=1.13.1 \
CRYSTAL_SHA256=e6bb26a16a592ea1a4b20b9ff2e84264265728ba48390c1f765b62517e276604 \
; \
{ \
curl --fail -Lo crystal.tar.gz https://github.com/crystal-lang/crystal/archive/refs/tags/${CRYSTAL_VERSION}.tar.gz; \
Expand Down

0 comments on commit 96c8c5a

Please sign in to comment.