We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0fff commit 0a4766cCopy full SHA for 0a4766c
projects/graphicsfuzz-spirv/Dockerfile
@@ -14,7 +14,7 @@
14
#
15
################################################################################
16
17
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
18
RUN apt-get update && apt-get install -y cmake ninja-build
19
20
RUN mkdir -p graphicsfuzz-spirv
projects/graphicsfuzz-spirv/project.yaml
@@ -1,4 +1,5 @@
1
homepage: "https://www.graphicsfuzz.com"
2
+base_os_version: ubuntu-24-04
3
language: c++
4
main_repo: "https://github.com/google/graphicsfuzz"
5
primary_contact: "afdx@google.com"
0 commit comments