Skip to content

Commit 4e8d427

Browse files
committed
Use a better base for the build image
1 parent 4ac5d7b commit 4e8d427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wichtounet/cpp:latest
1+
FROM wichtounet/cpp:gcc15-clang20
22

33
# Install dependencies
44
RUN apt-get update && apt-get -y upgrade && apt-get -y install pipx && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)