Update crystal docker image to 1.1.1

pull/2330/head
Émilien Devos 3 years ago committed by GitHub
parent 46f8b04e40
commit c60fccd7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ RUN mkdir tmp && cd tmp && \
cd .. && rm -rf tmp
FROM crystallang/crystal:1.0.0-alpine AS builder
FROM crystallang/crystal:1.1.1-alpine AS builder
RUN apk add --no-cache sqlite-static yaml-static
WORKDIR /invidious

Loading…
Cancel
Save