bump to crystal 1.4.1

This commit is contained in:
Émilien Devos
2022-04-29 06:16:54 +00:00
committed by GitHub
parent 58008445e2
commit 64fe4de3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.4.0-alpine AS builder
FROM crystallang/crystal:1.4.1-alpine AS builder
RUN apk add --no-cache sqlite-static yaml-static
ARG release