From cf0be0a2cabe221503ee793ae1addfc4feb0f28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20B=C3=B6rjesson?= Date: Wed, 13 Nov 2024 10:23:45 +0100 Subject: [PATCH] Use crystal-latest when building Docker image (#841) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ddb4a1be0..f6b4009478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base layer -FROM 84codes/crystal:1.13.1-ubuntu-24.04 AS base +FROM 84codes/crystal:latest-ubuntu-24.04 AS base RUN apt-get update && apt-get install -y liblz4-dev WORKDIR /tmp COPY shard.yml shard.lock .