Skip to content

Commit

Permalink
Update Crystal 1.13 to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Sep 18, 2024
1 parent aff651f commit c3a764d
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.2'
crystal_full: '1.13.3'
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.2 \
CRYSTAL_SHA256=c537336c10ff0d9cd3673e195165667e478be92e0a8cc6664bdec5b960745c4b \
CRYSTAL_VERSION=1.13.3 \
CRYSTAL_SHA256=b060a75a7c3d29424f1d16bfb42ee4a46055fa218b964556b81bd1885cb30d77 \
; \
{ \
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 c3a764d

Please sign in to comment.