From dcb2412227ca1256f3a9a0e4131c96c3a4185c3e Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 23 Jan 2024 10:13:04 +1100 Subject: [PATCH] feat(build-crystal-containers.yml): use latest alpine image --- .github/workflows/build-crystal-containers.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-crystal-containers.yml b/.github/workflows/build-crystal-containers.yml index c66b27d..097f9a4 100644 --- a/.github/workflows/build-crystal-containers.yml +++ b/.github/workflows/build-crystal-containers.yml @@ -18,23 +18,23 @@ jobs: # based on https://github.com/84codes/crystal-container-images crystal: # stable release version - - version: 1.10.1 - shards: 0.17.3 - alpine: 3.18 + - version: 1.11.2 + shards: 0.17.4 + alpine: 3.19 libgc: 8.2.4 llvm: 16 tag: latest # release candidate, builds should target compatibility - - version: 1.10.1 - shards: 0.17.3 - alpine: 3.18 + - version: 1.11.2 + shards: 0.17.4 + alpine: 3.19 libgc: 8.2.4 llvm: 16 tag: unstable # latest version with unknown side effects - - version: 1.10.1 - shards: 0.17.3 - alpine: 3.18 + - version: 1.11.2 + shards: 0.17.4 + alpine: 3.19 libgc: 8.2.4 llvm: 16 tag: experimental