Update to crystal 1.0.0

This commit is contained in:
Perflyst 2021-04-27 20:17:32 +02:00
parent 17e268574b
commit 9cc8a0b4e6
4 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM crystallang/crystal:0.35.1-alpine AS builder
FROM docker.io/crystallang/crystal:1.0.0-alpine AS builder
WORKDIR /app
COPY ./shard.yml ./shard.yml
RUN shards install