From ff433ebd5840ee7cc2199da44dd971df632019ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Wed, 7 Jan 2026 21:46:48 +0100 Subject: [PATCH] ci11 --- .gitea/workflows/build_container.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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