1 Commits

Author SHA1 Message Date
renovate-bot 276eb80cdb chore(deps): update golang:1.26.3-trixie docker digest to 77f88e6
Build only (for PRs) / build-only (pull_request) Successful in 3m53s
2026-05-09 05:00:47 +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:77f88e6967245e39739a4c45114fd64f6edb90382df1dc22e22789f49223c21c AS app-builder
COPY app/ /opt/app
WORKDIR /opt/app