Skip to content

Commit

Permalink
bump crystal docker image version +
Browse files Browse the repository at this point in the history
use alpine:edge docker image in order to use crystal 1.1.1
  • Loading branch information
unixfox committed Aug 12, 2021
1 parent 0aae728 commit f2b69fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14 AS liblsquic-builder
FROM alpine:edge AS liblsquic-builder
WORKDIR /src

RUN apk add --no-cache build-base git apk-tools abuild cmake go perl linux-headers
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN mkdir tmp && cd tmp && \
cd .. && rm -rf tmp


FROM alpine:3.14 AS builder
FROM alpine:edge AS builder
RUN apk add --no-cache 'crystal<2' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev

WORKDIR /invidious
Expand Down

0 comments on commit f2b69fd

Please sign in to comment.