From 78afae40b6d6dbd40c3e6a6454eb2bd0ecd3d164 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:46:23 -0500 Subject: [PATCH] Update container.yml --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 36d3df9..3262917 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: node-version: [18.x] - jellyfin-container-version: [10.8.9] - jellyfin-web-version: [10.8.9] + jellyfin-container-version: [10.8.10] + jellyfin-web-version: [10.8.10] steps: - uses: actions/checkout@v3