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 712d751 commit 4d79a2dCopy full SHA for 4d79a2d
.devops/cpu.Dockerfile
@@ -1,6 +1,7 @@
1
ARG UBUNTU_VERSION=22.04
2
+ARG GCC_VERSION=15.2.0
3
-FROM ubuntu:$UBUNTU_VERSION AS build
4
+FROM gcc:$GCC_VERSION AS build
5
6
ARG TARGETARCH
7
0 commit comments