We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caa885 commit eb9f9d2Copy full SHA for eb9f9d2
3 files changed
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
# Note: tags has to be all lower-case
39
tags: |
40
madduci/docker-linux-cpp:latest
41
- madduci/docker-linux-cpp:1.8
+ madduci/docker-linux-cpp:1.9
42
# build on feature branches, push only on master branch
43
push: ${{ github.ref == 'refs/heads/master' }}
44
.travis.yml
Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
6
WORKDIR /project
7
8
ARG DEB_COMPILERS="g++-9 g++-10 g++-11"
9
-ARG EXTRA_CLANG_COMPILERS="11 12 13"
+ARG EXTRA_CLANG_COMPILERS="13 14 15"
10
11
RUN echo "Installing required packages " \
12
&& export DEBIAN_FRONTEND=noninteractive \
0 commit comments