diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 1f04a2e..aaa70aa 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -7,14 +7,14 @@ on: jobs: build: - container: docker.io/alpine:3.20 + container: docker.io/alpine:3.23 steps: # TODO: Use Nix Flakes - name: Install the dependencies run: | apk update && apk add hugo git npm && - npm install -g wrangler + npm install -g wrangler - name: Checkout the code uses: actions/checkout@v3