Skip to content

Commit f2f14fb

Browse files
committed
Pin Github Action Crystal and update image version
1 parent a45088b commit f2f14fb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Install Crystal
1414
uses: crystal-lang/install-crystal@v1
15+
with:
16+
crystal: 1.13.1
1517
- name: Install shards
1618
run: shards install
1719
# Skipping format check and linting for the moment being.

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88

99
## 1.1.4 - [Unreleased]
1010

11+
### Fixed
12+
- Pin Github action version of crystal to the same as the built image.
13+
1114
## [1.1.3] - 2024-07-29
1215

1316
### Fixed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.11.2-alpine AS builder
1+
FROM crystallang/crystal:1.13.1-alpine AS builder
22
RUN mkdir /build
33
WORKDIR /build
44
# Add build dependencies.

0 commit comments

Comments
 (0)