Skip to content

Commit c2d01a1

Browse files
committed
Bump LLVM image version
1 parent db4ad5c commit c2d01a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.0
1+
FROM ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.7
22

33
RUN apt update && apt install -y --no-install-recommends \
44
gdb \

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
99
runs-on: ubuntu-22.04
1010
container:
11-
image: ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.0
11+
image: ghcr.io/llvmparty/packages/ubuntu:22.04-llvm19.1.7
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)