From fae0634b29c492cc091c408f09e43dbd7c168191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:05:02 +0000 Subject: [PATCH] Update All --- .github/workflows/build-image.yaml | 2 +- Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 04634ea..e26e47d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Buildah Action id: build_image diff --git a/Containerfile b/Containerfile index 9124c62..231304d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM debian:12-slim +FROM debian:13-slim ARG USERNAME=wine-builder ARG USER_UID=1000