We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4ad5c commit c2d01a1Copy full SHA for c2d01a1
2 files changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.0
+FROM ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.7
2
3
RUN apt update && apt install -y --no-install-recommends \
4
gdb \
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
9
runs-on: ubuntu-22.04
10
container:
11
- image: ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.0
+ image: ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.7
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
0 commit comments