diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-04-27 21:02:37 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-04-27 21:02:37 +0200 |
| commit | 2fdb6dd6441287e51abe06f4d9e6ce0586f916ff (patch) | |
| tree | 185b3baf913f0574e29a36d9ee15e7a3d2849973 /docker/Dockerfile.arm64 | |
| parent | b0ec359028c05367d3aa5b230a9cbf87de661191 (diff) | |
| download | invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.tar.gz invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.tar.bz2 invidious-2fdb6dd6441287e51abe06f4d9e6ce0586f916ff.zip | |
CI: Bump Crystal version in docker too
Diffstat (limited to 'docker/Dockerfile.arm64')
| -rw-r--r-- | docker/Dockerfile.arm64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile.arm64 b/docker/Dockerfile.arm64 index 602f3ab2..f054b326 100644 --- a/docker/Dockerfile.arm64 +++ b/docker/Dockerfile.arm64 @@ -1,5 +1,5 @@ -FROM alpine:3.18 AS builder -RUN apk add --no-cache 'crystal=1.8.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-static zlib-static openssl-libs-static openssl-dev musl-dev xz-static +FROM alpine:3.19 AS builder +RUN apk add --no-cache 'crystal=1.10.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-static zlib-static openssl-libs-static openssl-dev musl-dev xz-static ARG release |
