mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Compare commits
2 Commits
81ca831439
...
03f89be929
Author | SHA1 | Date | |
---|---|---|---|
|
03f89be929 | ||
|
d4eb2a9741 |
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -38,10 +38,11 @@ jobs:
|
||||
matrix:
|
||||
stable: [true]
|
||||
crystal:
|
||||
- 1.12.1
|
||||
- 1.13.2
|
||||
- 1.14.0
|
||||
- 1.15.0
|
||||
- 1.12.2
|
||||
- 1.13.3
|
||||
- 1.14.1
|
||||
- 1.15.1
|
||||
- 1.16.3
|
||||
include:
|
||||
- crystal: nightly
|
||||
stable: false
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM crystallang/crystal:1.16.2-alpine AS builder
|
||||
FROM crystallang/crystal:1.16.3-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache sqlite-static yaml-static
|
||||
|
||||
|
Reference in New Issue
Block a user