We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32ed96 commit 3381917Copy full SHA for 3381917
Dockerfile
@@ -66,7 +66,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \
66
tar Jxf gcc13.tar.xz && \
67
tar Jxf gcc14.tar.xz && \
68
tar Jxf gcc-trunk.tar.xz && \
69
- mv gcc-trunk-20240920/ gcc-trunk && \
+ mv gcc-trunk-20250130/ gcc-trunk && \
70
rm gcc*.tar.xz
71
72
## Beware of the "trunk" download. It is useful when a cross compiler really
0 commit comments