Skip to content

Commit 117adbc

Browse files
authored
fix: update apt.llvm.org gpg key checksum (#1162)
fix: update apt.llvm.org gpg key snapshot According to the website (https://apt.llvm.org) the gpg key was updated to support sha-512
1 parent bfe1bc2 commit 117adbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ADD --checksum=sha256:b85cd1e0c94f249338b02a6e54b380154a5af6b5dd754121b15722125a
3232
# trivy:ignore:AVD-DS-0001
3333
FROM downloader-${TARGETARCH} AS downloader
3434

35-
ADD --checksum=sha256:ce6eee4130298f79b0e0f09a89f93c1bc711cd68e7e3182d37c8e96c5227e2f0 \
35+
ADD --checksum=sha256:8b2a587ffd672c4687e7581dad4b2f6c1bb2ad6b480cd9771ba2ff48e0b8c75d \
3636
https://apt.llvm.org/llvm-snapshot.gpg.key /llvm.gpg.key
3737
ADD --checksum=sha256:db2938ce5fd422f2db7a07508452772c945135d99274004c462190c323fefcf1 \
3838
https://dl.cloudsmith.io/public/mull-project/mull-stable/gpg.41DB35380DE6BD6F.key /mull.gpg.key

0 commit comments

Comments
 (0)