1 Commits

Author SHA1 Message Date
renovate-bot 5098ecf710 chore(deps): update golang:1.26.2-trixie docker digest to 2388f7e
Build only (for PRs) / build-only (pull_request) Successful in 5m23s
2026-04-22 08:01:21 +00:00
3 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
fi fi
exit 0 exit 0
- name: Push changes - name: Push changes
uses: ad-m/github-push-action@v1.3.0 uses: ad-m/github-push-action@v1.1.0
with: with:
github_token: ${{ secrets.ACTIONS_TOKEN }} github_token: ${{ secrets.ACTIONS_TOKEN }}
repository: infrastructure/core-apps repository: infrastructure/core-apps
+4 -4
View File
@@ -3,7 +3,7 @@
######################################## ########################################
# Versions # Versions
ARG YT_DLP_VERSION="2026.06.09" ARG YT_DLP_VERSION="2026.03.17"
################################################################################ ################################################################################
# Deno builder stage # Deno builder stage
@@ -11,7 +11,7 @@ FROM denoland/deno:bin-2.6.6@sha256:9f18d20207f2699595ea26d14e0b7e123cd0cd01100a
################################################################################ ################################################################################
# YT-DLP builder stage # YT-DLP builder stage
FROM alpine:3.24@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4 AS yt-dlp-builder FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS yt-dlp-builder
ARG YT_DLP_VERSION ARG YT_DLP_VERSION
ARG TARGETARCH ARG TARGETARCH
@@ -38,7 +38,7 @@ RUN case "$TARGETARCH" in \
################################################################################ ################################################################################
# FFmpeg builder stage # FFmpeg builder stage
FROM debian:13-slim@sha256:4e401d95de7083948053197a9c3913343cd06b706bf15eb6a0c3ccd26f436a0e AS ffmpeg-builder FROM debian:13-slim@sha256:4ffb3a1511099754cddc70eb1b12e50ffdb67619aa0ab6c13fcd800a78ef7c7a AS ffmpeg-builder
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ffmpeg apt-get install -y --no-install-recommends ffmpeg
COPY --from=yt-dlp-builder /rootfs/bin/yt-dlp /yt-dlp COPY --from=yt-dlp-builder /rootfs/bin/yt-dlp /yt-dlp
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################ ################################################################################
# App builder stage # App builder stage
FROM golang:1.26.4-trixie@sha256:3424c834a8b26df82d4b64cf0c92e0f8f309b4ff7f85581f8ec5026e6f7a44da AS app-builder FROM golang:1.26.2-trixie@sha256:2388f7ee19b9852ad115bed589932f41afe0207afaa075fd91ae692d62825f2a AS app-builder
COPY app/ /opt/app COPY app/ /opt/app
WORKDIR /opt/app WORKDIR /opt/app
-7
View File
@@ -14,12 +14,5 @@
"depNameTemplate": "yt-dlp/yt-dlp", "depNameTemplate": "yt-dlp/yt-dlp",
"versioningTemplate": "regex:^(?<major>\\d{4})\\.(?<minor>\\d{2})\\.(?<patch>\\d{2})$" "versioningTemplate": "regex:^(?<major>\\d{4})\\.(?<minor>\\d{2})\\.(?<patch>\\d{2})$"
} }
],
"packageRules": [
{
"description": "Automerge digest-level image updates",
"matchUpdateTypes": ["digest"],
"automerge": true
}
] ]
} }