From 12917c8866b668a378c1b808afd8ac0862716e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Fri, 12 Jan 2024 01:45:31 +0100 Subject: [PATCH] build using crystal 1.11.1 --- .github/workflows/deb.yml | 2 +- .github/workflows/rpm.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 5f021fff59..d6bc9c560a 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -60,7 +60,7 @@ jobs: platforms: linux/amd64,linux/arm64 pull: true build-args: | - build_image=84codes/crystal:1.11.0-${{ matrix.os }} + build_image=84codes/crystal:1.11.1-${{ matrix.os }} version=${{ env.version }} DEB_BUILD_OPTIONS="parallel=1" outputs: builds diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index c84f1e283f..f0912f0ed2 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -72,7 +72,7 @@ jobs: platforms: linux/amd64,linux/arm64 pull: true build-args: | - build_image=84codes/crystal:1.11.0-${{ matrix.os }} + build_image=84codes/crystal:1.11.1-${{ matrix.os }} version=${{ env.version }} MAKEFLAGS=-j1 outputs: RPMS diff --git a/Dockerfile b/Dockerfile index 12bbb6ef83..8afe649e48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base layer -FROM 84codes/crystal:1.11.0-ubuntu-22.04 AS base +FROM 84codes/crystal:1.11.1-ubuntu-22.04 AS base RUN apt-get update && apt-get install liblz4-dev WORKDIR /tmp COPY shard.yml shard.lock .