mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update crystal docker image to 1.1.1
This commit is contained in:
parent
46f8b04e40
commit
c60fccd7f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue