Bump Crystal version for CI and Docker to 1.2.2

This commit is contained in:
TheFrenchGhosty
2021-11-17 20:12:58 +00:00
committed by GitHub
parent 008f79df61
commit 12c219ee6c
3 changed files with 3 additions and 3 deletions

View File

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