We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0738e86 commit 6a29ab3Copy full SHA for 6a29ab3
.github/workflows/release.yml
@@ -129,7 +129,7 @@ jobs:
129
name: "Create release"
130
if: github.event_name != 'workflow_dispatch' || inputs.create_release
131
needs: build-and-upload-artifacts
132
- runs-on: "ubuntu-22.04"
+ runs-on: "ubuntu-24.04"
133
steps:
134
- uses: actions/checkout@v4
135
- name: "📝 Create Release"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04 as indexer
+FROM ubuntu:24.04@sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233 as indexer
2
3
RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake
4
0 commit comments