Skip to content

Commit

Permalink
Update Crystal 1.12 to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed May 31, 2024
1 parent 141438f commit ccd0562
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.12'
crystal_full: '1.12.1'
crystal_full: '1.12.2'
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal

Expand Down
4 changes: 2 additions & 2 deletions docker/1.12/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.12.1 \
CRYSTAL_SHA256=8f464ec302696c6a60410c4234569989c10bcd5004f1563b8047c5e3e1c8ba1f \
CRYSTAL_VERSION=1.12.2 \
CRYSTAL_SHA256=ed515b9cb64f557387aa865fc7232045fbb038c3db4c968ffabba40ae4ef9c8a \
; \
{ \
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 ccd0562

Please sign in to comment.