Skip to content

Commit 8cf2b1e

Browse files
committed
Updated Clang, added dependabot
1 parent 25c172f commit 8cf2b1e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Note: tags has to be all lower-case
3939
tags: |
4040
madduci/docker-linux-cpp:latest
41-
madduci/docker-linux-cpp:2.0
41+
madduci/docker-linux-cpp:2.1
4242
# build on feature branches, push only on master branch
4343
push: ${{ github.ref == 'refs/heads/master' }}
4444

.github/workflows/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Set update schedule for GitHub Actions
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Michele Adduci <[email protected]>" \
66
WORKDIR /project
77

88
ARG DEB_COMPILERS="g++-12 g++-13 g++-14"
9-
ARG EXTRA_CLANG_COMPILERS="17 18 19"
9+
ARG EXTRA_CLANG_COMPILERS="18 19 20"
1010

1111
RUN echo "Installing required packages " \
1212
&& export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)