diff --git a/.github/workflows/dictionaries.yml b/.github/workflows/dictionaries.yml index d90e7b5d2..c19aa9dba 100644 --- a/.github/workflows/dictionaries.yml +++ b/.github/workflows/dictionaries.yml @@ -5,7 +5,7 @@ jobs: main: if: ${{ github.repository == 'grafana/writers-toolkit' }} container: - image: alpine:3.2 + image: debian:latest-slim runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -16,7 +16,7 @@ jobs: node-version: 20 - run: npm install --no-save prettier - run: | - apk add bash jsonnet git go make + apt update && apt install bash jsonnet git golang make - working-directory: vale run: | set -euf -o pipefail