Skip to content

Commit 029c5e0

Browse files
committed
Added GCC 13
1 parent 6c609a4 commit 029c5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
55

66
WORKDIR /project
77

8-
ARG DEB_COMPILERS="g++-11 g++-12"
8+
ARG DEB_COMPILERS="g++-12 g++-13"
99
ARG EXTRA_CLANG_COMPILERS="15 16"
1010

1111
RUN echo "Installing required packages " \
@@ -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++-12" ]
30+
ENTRYPOINT [ "/usr/bin/g++-13" ]

0 commit comments

Comments
 (0)