1 Commits

Author SHA1 Message Date
renovate-bot efa949c1fa chore(deps): update golang:1.26.3-trixie docker digest to b95d849
Build only (for PRs) / build-only (pull_request) Successful in 5m5s
2026-05-20 05:01:14 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
fi
exit 0
- name: Push changes
uses: ad-m/github-push-action@v1.3.0
uses: ad-m/github-push-action@v1.1.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
repository: infrastructure/core-apps
+2 -2
View File
@@ -38,7 +38,7 @@ RUN case "$TARGETARCH" in \
################################################################################
# FFmpeg builder stage
FROM debian:13-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS ffmpeg-builder
FROM debian:13-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b AS ffmpeg-builder
RUN apt-get update && \
apt-get install -y --no-install-recommends ffmpeg
COPY --from=yt-dlp-builder /rootfs/bin/yt-dlp /yt-dlp
@@ -54,7 +54,7 @@ RUN mkdir -p /rootfs/bin && \
################################################################################
# App builder stage
FROM golang:1.26.3-trixie@sha256:0f6b034c99663ea8957e7dae99124e37374cbe7fcb5b5646f19b185f8f976279 AS app-builder
FROM golang:1.26.3-trixie@sha256:b95d8490363843419b7310c1bcc869d8bde8b4bbe83b34ccf1d73e174e3a028e AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app