From b3a57a9647d83837f7111cf9ef50fad520c14c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20B=C3=B6rjesson?= Date: Wed, 28 Aug 2024 08:37:49 +0200 Subject: [PATCH] Build with crystal 1.13.2 --- .github/workflows/deb.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 31fdc4d..43daaa6 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -38,7 +38,7 @@ jobs: file: Dockerfile.deb platforms: linux/${{ matrix.arch }} build-args: | - build_image=84codes/crystal:1.12.1-${{ matrix.os }} + build_image=84codes/crystal:1.13.2-${{ matrix.os }} pkg_version=${{ env.PKG_VERSION }} outputs: builds diff --git a/Dockerfile b/Dockerfile index 2c37c34..6ad9d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM 84codes/crystal:1.12.1-alpine-latest AS builder +FROM 84codes/crystal:1.13.2-alpine-latest AS builder WORKDIR /tmp COPY shard.yml shard.lock ./ RUN shards install --production