Skip to content

Commit b21f10b

Browse files
authored
Crystal 1.19.1 (#36)
1 parent adf6511 commit b21f10b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: '45 4 * * *'
1313

1414
env:
15-
crystal_version: 1.19.0
15+
crystal_version: 1.19.1
1616
shards_version: 0.20.0
1717
gc_version: 8.2.10
1818

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN tar zxf bdwgc.tar.gz && \
2222
make install
2323

2424
# Build crystal
25-
ARG crystal_version=1.19.0
25+
ARG crystal_version=1.19.1
2626
ADD https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz crystal.tar.gz
2727
RUN tar zxf crystal.tar.gz && \
2828
cd crystal-${crystal_version} && \

centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG base_image=quay.io/centos/centos
22
ARG base_image_tag=stream9
3-
ARG crystal_version=1.19.0
3+
ARG crystal_version=1.19.1
44

55
# Copy the statically compiled compiler from this image
66
FROM --platform=$BUILDPLATFORM 84codes/crystal:latest-alpine AS alpine

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN tar zxf bdwgc.tar.gz && \
2929
make install
3030

3131
# Build crystal
32-
ARG crystal_version=1.19.0
32+
ARG crystal_version=1.19.1
3333
ADD https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz crystal.tar.gz
3434
RUN tar zxf crystal.tar.gz && \
3535
cd crystal-${crystal_version} && \

fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN rpmdev-setuptree
2424
WORKDIR /root/rpmbuild
2525
COPY crystal.spec /root/rpmbuild/SPECS/
2626

27-
ARG crystal_version=1.19.0
27+
ARG crystal_version=1.19.1
2828
ARG shards_version=0.20.0
2929
ARG pkg_revision=1
3030

0 commit comments

Comments
 (0)