bump to crystal 1.4.0 (#3041)

This commit is contained in:
Émilien Devos 2022-04-18 09:05:18 +02:00 committed by GitHub
parent aa07ee22cf
commit 67e8fcaf93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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