Skip to content

Commit

Permalink
feat(build-crystal-containers.yml): use latest alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Jan 22, 2024
1 parent 9f89c6c commit dcb2412
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-crystal-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcb2412

Please sign in to comment.