Update Dockerfile for crystal 1.0

This commit is contained in:
syeopite 2021-06-08 13:20:46 -07:00
parent 0a87ba6930
commit 392a363d02
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM crystallang/crystal:0.36.1-alpine AS builder
FROM crystallang/crystal:1.0.0-alpine AS builder
RUN apk add --no-cache curl sqlite-static yaml-static
WORKDIR /invidious
COPY ./shard.yml ./shard.yml