File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - cron : ' 45 4 * * *'
1313
1414env :
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
Original file line number Diff line number Diff 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
2626ADD https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz crystal.tar.gz
2727RUN tar zxf crystal.tar.gz && \
2828 cd crystal-${crystal_version} && \
Original file line number Diff line number Diff line change 11ARG base_image=quay.io/centos/centos
22ARG 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
66FROM --platform=$BUILDPLATFORM 84codes/crystal:latest-alpine AS alpine
Original file line number Diff line number Diff 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
3333ADD https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz crystal.tar.gz
3434RUN tar zxf crystal.tar.gz && \
3535 cd crystal-${crystal_version} && \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN rpmdev-setuptree
2424WORKDIR /root/rpmbuild
2525COPY crystal.spec /root/rpmbuild/SPECS/
2626
27- ARG crystal_version=1.19.0
27+ ARG crystal_version=1.19.1
2828ARG shards_version=0.20.0
2929ARG pkg_revision=1
3030
You can’t perform that action at this time.
0 commit comments