mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-15 08:18:30 +00:00
fix wrong position of comment
This commit is contained in:
parent
c707122a45
commit
0e4204c971
@ -1,11 +1,11 @@
|
|||||||
# https://github.com/openssl/openssl/releases/tag/openssl-3.5.2
|
# https://github.com/openssl/openssl/releases/tag/openssl-3.5.2
|
||||||
ARG OPENSSL_VERSION='3.5.2'
|
ARG OPENSSL_VERSION='3.5.2'
|
||||||
|
|
||||||
|
FROM crystallang/crystal:1.16.3-alpine AS dependabot-crystal
|
||||||
|
|
||||||
# We compile openssl ourselves due to a memory leak in how crystal interacts
|
# We compile openssl ourselves due to a memory leak in how crystal interacts
|
||||||
# with openssl
|
# with openssl
|
||||||
# Reference: https://github.com/iv-org/invidious/issues/1438#issuecomment-3087636228
|
# Reference: https://github.com/iv-org/invidious/issues/1438#issuecomment-3087636228
|
||||||
FROM crystallang/crystal:1.16.3-alpine AS dependabot-crystal
|
|
||||||
|
|
||||||
FROM dependabot-crystal AS openssl-builder
|
FROM dependabot-crystal AS openssl-builder
|
||||||
RUN apk add --no-cache curl perl linux-headers
|
RUN apk add --no-cache curl perl linux-headers
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# https://github.com/openssl/openssl/releases/tag/openssl-3.5.2
|
# https://github.com/openssl/openssl/releases/tag/openssl-3.5.2
|
||||||
ARG OPENSSL_VERSION='3.5.2'
|
ARG OPENSSL_VERSION='3.5.2'
|
||||||
|
|
||||||
|
FROM alpine:3.21 AS dependabot-alpine
|
||||||
|
|
||||||
# We compile openssl ourselves due to a memory leak in how crystal interacts
|
# We compile openssl ourselves due to a memory leak in how crystal interacts
|
||||||
# with openssl
|
# with openssl
|
||||||
# Reference: https://github.com/iv-org/invidious/issues/1438#issuecomment-3087636228
|
# Reference: https://github.com/iv-org/invidious/issues/1438#issuecomment-3087636228
|
||||||
FROM alpine:3.21 AS dependabot-alpine
|
|
||||||
|
|
||||||
FROM dependabot-alpine AS openssl-builder
|
FROM dependabot-alpine AS openssl-builder
|
||||||
RUN apk add --no-cache curl perl linux-headers build-base
|
RUN apk add --no-cache curl perl linux-headers build-base
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user