Skip to content

Commit 9798604

Browse files
committed
Set entrypoint to g++11
1 parent 100fb32 commit 9798604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN echo "Installing C++ Compilers" \
2727
&& chmod +x /install_compilers.sh \
2828
&& sh /install_compilers.sh "${DEB_COMPILERS}" "${EXTRA_CLANG_COMPILERS}"
2929

30-
ENTRYPOINT [ "/usr/bin/g++-10" ]
30+
ENTRYPOINT [ "/usr/bin/g++-11" ]

0 commit comments

Comments
 (0)