Skip to content

Commit c3a764d

Browse files
committed
Update Crystal 1.13 to 1.13.3
1 parent aff651f commit c3a764d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- crystal_major_minor: '1.13'
17-
crystal_full: '1.13.2'
17+
crystal_full: '1.13.3'
1818
target_platforms: linux/amd64,linux/arm64
1919
concurrency_group: compile-crystal
2020

docker/1.13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apk \
3333
RUN set -eux -o pipefail; \
3434
cd /tmp; \
3535
export \
36-
CRYSTAL_VERSION=1.13.2 \
37-
CRYSTAL_SHA256=c537336c10ff0d9cd3673e195165667e478be92e0a8cc6664bdec5b960745c4b \
36+
CRYSTAL_VERSION=1.13.3 \
37+
CRYSTAL_SHA256=b060a75a7c3d29424f1d16bfb42ee4a46055fa218b964556b81bd1885cb30d77 \
3838
; \
3939
{ \
4040
curl --fail -Lo crystal.tar.gz https://github.com/crystal-lang/crystal/archive/refs/tags/${CRYSTAL_VERSION}.tar.gz; \

0 commit comments

Comments
 (0)