diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b312c2..ab58046 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: name: "Create release" if: github.event_name != 'workflow_dispatch' || inputs.create_release needs: build-and-upload-artifacts - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" steps: - uses: actions/checkout@v4 - name: "📝 Create Release" diff --git a/Dockerfile b/Dockerfile index 2f31d9f..631a0df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 as indexer +FROM ubuntu:24.04@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 as indexer RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake