Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: '45 4 * * *'

env:
crystal_version: 1.20.3
crystal_version: 1.21.0
shards_version: 0.20.0
gc_version: 8.2.12

Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN tar zxf bdwgc.tar.gz && \
make install

# Build crystal
ARG crystal_version=1.20.0
ARG crystal_version=1.21.0
ARG crystal_src_url=https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz
ADD ${crystal_src_url} crystal.tar.gz
RUN tar zxf crystal.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion centos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG base_image=quay.io/centos/centos
ARG base_image_tag=stream9
ARG crystal_version=1.20.0
ARG crystal_version=1.21.0

# Copy the statically compiled compiler from this image
FROM --platform=$BUILDPLATFORM 84codes/crystal:latest-alpine AS alpine
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN tar zxf bdwgc.tar.gz && \
make install

# Build crystal
ARG crystal_version=1.20.0
ARG crystal_version=1.21.0
ARG crystal_src_url=https://github.com/crystal-lang/crystal/archive/${crystal_version}.tar.gz
ADD ${crystal_src_url} crystal.tar.gz
RUN tar zxf crystal.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN rpmdev-setuptree
WORKDIR /root/rpmbuild
COPY crystal.spec /root/rpmbuild/SPECS/

ARG crystal_version=1.20.0
ARG crystal_version=1.21.0
ARG shards_version=0.20.0
ARG pkg_revision=1

Expand Down