Skip to content

Commit 67e8fca

Browse files
authored
bump to crystal 1.4.0 (#3041)
1 parent aa07ee2 commit 67e8fca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.2.2-alpine AS builder
1+
FROM crystallang/crystal:1.4.0-alpine AS builder
22
RUN apk add --no-cache sqlite-static yaml-static
33

44
ARG release

docker/Dockerfile.arm64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM alpine:3.15 AS builder
2-
RUN apk add --no-cache 'crystal=1.2.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
1+
FROM alpine:edge AS builder
2+
RUN apk add --no-cache 'crystal=1.4.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
33

44
ARG release
55

@@ -34,7 +34,7 @@ RUN if [ ${release} == 1 ] ; then \
3434
--link-flags "-lxml2 -llzma"; \
3535
fi
3636

37-
FROM alpine:3.15
37+
FROM alpine:edge
3838
RUN apk add --no-cache librsvg ttf-opensans
3939
WORKDIR /invidious
4040
RUN addgroup -g 1000 -S invidious && \

0 commit comments

Comments
 (0)