Skip to content

Commit e1400fa

Browse files
author
oauth
committed
Merge branch 'origin/main' into 'next-release/main'
2 parents 009f8c4 + d065e61 commit e1400fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.woodpecker/build_dev_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clone:
22
git:
3-
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.4.0
3+
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.6.0
44
settings:
55
partial: false
66
depth: 1

.woodpecker/build_tag_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clone:
22
git:
3-
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.4.0
3+
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.6.0
44
settings:
55
partial: false
66
depth: 1

.woodpecker/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
clone:
22
git:
3-
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.4.0
3+
image: harbor.crystalnet.org/dockerhub-proxy/woodpeckerci/plugin-git:2.6.0
44
settings:
55
partial: false
66
depth: 1
77

88
steps:
99
renovate:
10-
image: harbor.crystalnet.org/dockerhub-proxy/renovate/renovate:37.140.10
10+
image: harbor.crystalnet.org/dockerhub-proxy/renovate/renovate:37.440.7
1111
secrets:
1212
- github_com_token
1313
- renovate_token

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sed -i 's/Components: main/Components: main contrib non-free/' /etc/apt/sour
2828

2929
# Define the ARG for the jellyfin-ffmpeg version
3030
# renovate: datasource=github-releases depName=jellyfin/jellyfin-ffmpeg versioning=loose
31-
ARG JELLYFIN_FFMPEG_VERSION=6.0.1-7
31+
ARG JELLYFIN_FFMPEG_VERSION=6.0.1-8
3232

3333
RUN apt-get update && apt-get install -y \
3434
libssl3 \

0 commit comments

Comments
 (0)