File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 # Note: tags has to be all lower-case
3939 tags : |
4040 madduci/docker-linux-cpp:latest
41- madduci/docker-linux-cpp:1.9
41+ madduci/docker-linux-cpp:1.10
4242 # build on feature branches, push only on master branch
4343 push : ${{ github.ref == 'refs/heads/master' }}
4444
4545 - name : Image digest
46- run : echo ${{ steps.docker_build.outputs.digest }}
46+ run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:22 .04
22
33LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
44 license="MIT"
55
66WORKDIR /project
77
8- ARG DEB_COMPILERS="g++-9 g++-10 g++-11 "
9- ARG EXTRA_CLANG_COMPILERS="13 14 15 "
8+ ARG DEB_COMPILERS="g++-11 g++-12 "
9+ ARG EXTRA_CLANG_COMPILERS="15 16 "
1010
1111RUN echo "Installing required packages " \
1212 && export DEBIAN_FRONTEND=noninteractive \
@@ -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++-11 " ]
30+ ENTRYPOINT [ "/usr/bin/g++-12 " ]
You can’t perform that action at this time.
0 commit comments