diff --git a/.gitea/workflows/build_container.yml b/.gitea/workflows/build_container.yml index 8258e61..36c22c1 100644 --- a/.gitea/workflows/build_container.yml +++ b/.gitea/workflows/build_container.yml @@ -9,13 +9,12 @@ jobs: build-image: runs-on: ubuntu-latest container: - image: mgoltzsche/podman:5.7.1-minimal + image: mgoltzsche/podman:latest steps: - name: Install Node.js run: | - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt-get update && apt-get install -y nodejs + apk add --no-cache nodejs npm - name: Checkout code uses: actions/checkout@v3