We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100fb32 commit 9798604Copy full SHA for 9798604
1 file changed
Dockerfile
@@ -27,4 +27,4 @@ RUN echo "Installing C++ Compilers" \
27
&& chmod +x /install_compilers.sh \
28
&& sh /install_compilers.sh "${DEB_COMPILERS}" "${EXTRA_CLANG_COMPILERS}"
29
30
-ENTRYPOINT [ "/usr/bin/g++-10" ]
+ENTRYPOINT [ "/usr/bin/g++-11" ]
0 commit comments