Skip to content

Commit

Permalink
Added GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Dec 29, 2023
1 parent 6c609a4 commit 029c5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Michele Adduci <[email protected]>" \

WORKDIR /project

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

RUN echo "Installing required packages " \
Expand All @@ -27,4 +27,4 @@ RUN echo "Installing C++ Compilers" \
&& chmod +x /install_compilers.sh \
&& sh /install_compilers.sh "${DEB_COMPILERS}" "${EXTRA_CLANG_COMPILERS}"

ENTRYPOINT [ "/usr/bin/g++-12" ]
ENTRYPOINT [ "/usr/bin/g++-13" ]

0 comments on commit 029c5e0

Please sign in to comment.