Bump crystal version for ARM docker container to 1.2.0-r0 (#2527)

This commit is contained in:
Samantaz Fox
2021-10-24 21:26:53 +02:00
committed by GitHub
parent 129779a757
commit 5eb83bb39c
3 changed files with 3 additions and 3 deletions

View File

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