Skip to content

Commit 3381917

Browse files
committed
fix gcc nightly bump
Signed-off-by: Marc Poulhiès <[email protected]>
1 parent e32ed96 commit 3381917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \
6666
tar Jxf gcc13.tar.xz && \
6767
tar Jxf gcc14.tar.xz && \
6868
tar Jxf gcc-trunk.tar.xz && \
69-
mv gcc-trunk-20240920/ gcc-trunk && \
69+
mv gcc-trunk-20250130/ gcc-trunk && \
7070
rm gcc*.tar.xz
7171

7272
## Beware of the "trunk" download. It is useful when a cross compiler really

0 commit comments

Comments
 (0)