diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index d48f7a7..f8c5faf 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/linuxcontainers/alpine:latest + image: alpine:edge steps: - name: Checkout repository