From 56ae0be5638a1dca256d73f4e8c5604c86abefb5 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 23 Apr 2024 10:33:09 +1000 Subject: [PATCH] feat(build-crystal-containers.yml): bump versions --- .github/workflows/build-crystal-containers.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-crystal-containers.yml b/.github/workflows/build-crystal-containers.yml index 097f9a4..edec7fc 100644 --- a/.github/workflows/build-crystal-containers.yml +++ b/.github/workflows/build-crystal-containers.yml @@ -18,22 +18,22 @@ jobs: # based on https://github.com/84codes/crystal-container-images crystal: # stable release version - - version: 1.11.2 - shards: 0.17.4 + - version: 1.12.1 + shards: 0.18.0 alpine: 3.19 libgc: 8.2.4 llvm: 16 tag: latest # release candidate, builds should target compatibility - - version: 1.11.2 - shards: 0.17.4 + - version: 1.12.1 + shards: 0.18.0 alpine: 3.19 libgc: 8.2.4 llvm: 16 tag: unstable # latest version with unknown side effects - - version: 1.11.2 - shards: 0.17.4 + - version: 1.12.1 + shards: 0.18.0 alpine: 3.19 libgc: 8.2.4 llvm: 16