mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-24 22:58:30 -06:00
Merge 0d4817dce401b88c4b5a21b8f883c11daf5e97ed into 5f84a5b353132cec17bd14b0796dc11a3d0eb36d
This commit is contained in:
commit
867626080c
@ -2,7 +2,7 @@
|
|||||||
ARG OPENSSL_VERSION='3.5.2'
|
ARG OPENSSL_VERSION='3.5.2'
|
||||||
ARG OPENSSL_SHA256='c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec'
|
ARG OPENSSL_SHA256='c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec'
|
||||||
|
|
||||||
FROM alpine:3.22 AS dependabot-alpine
|
FROM alpine:3.23 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
|
||||||
@ -63,7 +63,7 @@ RUN --mount=type=cache,target=/root/.cache/crystal if [[ "${release}" == 1 ]] ;
|
|||||||
--link-flags "-lxml2 -llzma"; \
|
--link-flags "-lxml2 -llzma"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FROM alpine:3.22
|
FROM alpine:3.23
|
||||||
RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata
|
RUN apk add --no-cache rsvg-convert ttf-opensans tini tzdata
|
||||||
WORKDIR /invidious
|
WORKDIR /invidious
|
||||||
RUN addgroup -g 1000 -S invidious && \
|
RUN addgroup -g 1000 -S invidious && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user