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