We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c609a4 commit 029c5e0Copy full SHA for 029c5e0
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
5
6
WORKDIR /project
7
8
-ARG DEB_COMPILERS="g++-11 g++-12"
+ARG DEB_COMPILERS="g++-12 g++-13"
9
ARG EXTRA_CLANG_COMPILERS="15 16"
10
11
RUN echo "Installing required packages " \
@@ -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++-12" ]
+ENTRYPOINT [ "/usr/bin/g++-13" ]
0 commit comments