Skip to content

Commit a28f315

Browse files
chore(deps): update dependency ubuntu to v24
1 parent e00ddf5 commit a28f315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
name: "Create release"
130130
if: github.event_name != 'workflow_dispatch' || inputs.create_release
131131
needs: build-and-upload-artifacts
132-
runs-on: "ubuntu-20.04"
132+
runs-on: "ubuntu-24.04"
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: "📝 Create Release"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04 as indexer
1+
FROM ubuntu:24.04@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 as indexer
22

33
RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake
44

0 commit comments

Comments
 (0)