Skip to content

Commit

Permalink
Update Crystal 1.9 to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jul 21, 2023
1 parent 23bf407 commit ae63774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/1.9/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.9.0 \
CRYSTAL_SHA256=dd5ec1cb1d665968a3fce2617dd79df5759281037d954dae93aad79b1328fb30 \
CRYSTAL_VERSION=1.9.2 \
CRYSTAL_SHA256=1e2e6974b0e2e152e5fae5388415ddb7e192378c8ac215c6f386fdaf9018e54f \
; \
{ \
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 ae63774

Please sign in to comment.