Skip to content

Commit

Permalink
1.9: Update to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jul 9, 2023
1 parent 25e3424 commit 0c7f19d
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.9
crystal_full: 1.9.0-dev+git.742d920
crystal_full: 1.9.0-dev+git.3268c81
target_platforms: linux/amd64,linux/arm64
concurrency_group: compile-crystal

Expand Down
4 changes: 2 additions & 2 deletions docker/1.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN set -eux -o pipefail; \
cd /tmp; \
export \
CRYSTAL_VERSION=1.9.0-dev \
CRYSTAL_COMMIT=742d920954b8f11c78f0b262c5bdc667a203cbba \
CRYSTAL_SHA256=bf8d902c79f92415e19916c7f37dbbb9d50c400aa78e85e5b6031fe61bb948b9 \
CRYSTAL_COMMIT=3268c819d5a3b9b38c60372c27fe6b31586ee241 \
CRYSTAL_SHA256=673bf2ef1f628c95ceca40345c112ab1c3954aafed89fb5dd4a1003bbd911d51 \
; \
{ \
curl --fail -Lo crystal.tar.gz https://github.com/crystal-lang/crystal/archive/${CRYSTAL_COMMIT}.tar.gz; \
Expand Down

0 comments on commit 0c7f19d

Please sign in to comment.