diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-10-24 21:26:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-24 19:26:53 +0000 |
| commit | 5eb83bb39c25d8456561ddd968533e7126d8fb07 (patch) | |
| tree | 5b7fb2f024663156637790db62490ece9dfa4ae5 | |
| parent | 129779a7573cab465a6975fa527ec5e9d7e0ee92 (diff) | |
| download | invidious-5eb83bb39c25d8456561ddd968533e7126d8fb07.tar.gz invidious-5eb83bb39c25d8456561ddd968533e7126d8fb07.tar.bz2 invidious-5eb83bb39c25d8456561ddd968533e7126d8fb07.zip | |
Bump crystal version for ARM docker container to 1.2.0-r0 (#2527)
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | docker/Dockerfile | 2 | ||||
| -rw-r--r-- | docker/Dockerfile.arm64 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99ecf18..adde39c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: crystal: - 1.0.0 - 1.1.1 - - 1.2.0 + - 1.2.1 include: - crystal: nightly stable: false diff --git a/docker/Dockerfile b/docker/Dockerfile index 08feb554..21d4269c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM crystallang/crystal:1.1.1-alpine AS builder +FROM crystallang/crystal:1.2.1-alpine AS builder RUN apk add --no-cache sqlite-static yaml-static ARG release diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 193ed09d..4fe6b1ea 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ FROM alpine:edge AS builder -RUN apk add --no-cache 'crystal=1.1.1-r1' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev +RUN apk add --no-cache 'crystal=1.2.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev ARG release |
