Skip to content

Commit 9a5047e

Browse files
committed
Fix dockerfile
This nightly bump is really ugly(bis). Signed-off-by: Marc Poulhiès <[email protected]>
1 parent 9012605 commit 9a5047e

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-20240907/ gcc-trunk && \
69+
mv gcc-trunk-20240920/ 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)