Skip to content

Commit 4d79a2d

Browse files
committed
devops: switch to gcc image for build step
Signed-off-by: Aaron Teo <[email protected]>
1 parent 712d751 commit 4d79a2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devops/cpu.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG UBUNTU_VERSION=22.04
2+
ARG GCC_VERSION=15.2.0
23

3-
FROM ubuntu:$UBUNTU_VERSION AS build
4+
FROM gcc:$GCC_VERSION AS build
45

56
ARG TARGETARCH
67

0 commit comments

Comments
 (0)