File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM gcc:13 -bookworm
1
+ FROM gcc:14 -bookworm
2
2
3
3
# Dependencies for dotnet/runtime native components.
4
4
RUN apt-get update && \
@@ -25,7 +25,7 @@ RUN apt-get update && \
25
25
26
26
ENV LANG=en_US.utf8
27
27
28
- # These symlinks are required because this docker has gcc-12 suffixed with version and gcc-13 unsuffixed in PATH.
28
+ # These symlinks are required because this docker has gcc-12 suffixed with version and gcc-14 unsuffixed in PATH.
29
29
# In the runtime repo, we (by design) give precedence to suffixed compilers before selecting unsuffixed one in PATH.
30
- RUN ln -s $(command -v gcc) /usr/bin/gcc-13 && \
31
- ln -s $(command -v g++) /usr/bin/g++-13
30
+ RUN ln -s $(command -v gcc) /usr/bin/gcc-14 && \
31
+ ln -s $(command -v g++) /usr/bin/g++-14
Original file line number Diff line number Diff line change 124
124
"platforms" : [
125
125
{
126
126
"architecture" : " amd64" ,
127
- "dockerfile" : " src/debian/12/gcc13 " ,
127
+ "dockerfile" : " src/debian/12/gcc14 " ,
128
128
"os" : " linux" ,
129
129
"osVersion" : " bookworm" ,
130
130
"tags" : {
131
- "debian-12-gcc13 -amd64-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)" : {},
132
- "debian-12-gcc13 -amd64$(FloatingTagSuffix)" : {}
131
+ "debian-12-gcc14 -amd64-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)" : {},
132
+ "debian-12-gcc14 -amd64$(FloatingTagSuffix)" : {}
133
133
}
134
134
}
135
135
]
You can’t perform that action at this time.
0 commit comments