Compare commits
3 commits
baea79e20d
...
1e728fb950
Author | SHA1 | Date | |
---|---|---|---|
1e728fb950 | |||
545bffe3a7 | |||
c9cff5f73e |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.85.0-alpine3.20 AS builder
|
FROM rust:1.85.1-alpine3.20 AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache musl-dev;
|
RUN apk add --no-cache musl-dev;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM nextcloud:31.0.1-apache
|
FROM nextcloud:31.0.1-apache
|
||||||
|
|
||||||
# renovate: datasource=github-releases depName=yt-dlp packageName=yt-dlp/yt-dlp versioning=loose
|
# renovate: datasource=github-releases depName=yt-dlp packageName=yt-dlp/yt-dlp versioning=loose
|
||||||
ARG YTDLP_VERSION=2025.02.19
|
ARG YTDLP_VERSION=2025.03.25
|
||||||
# Debian ships node.js v18, make sure that the pageres version supports that
|
# Debian ships node.js v18, make sure that the pageres version supports that
|
||||||
# renovate: datasource=npm packageName=pageres-cli
|
# renovate: datasource=npm packageName=pageres-cli
|
||||||
ARG PAGERES_VERSION=8.0.0
|
ARG PAGERES_VERSION=8.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue