Skip to content

Commit fcb9f5f

Browse files
committed
Fix reproducible Debian security snapshot hash
1 parent 32d74e6 commit fcb9f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/reproducible.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN cat <<EOF > /etc/apt/apt.conf.d/99pinned.conf
2222
Acquire::pinned::InReleaseHashes {
2323
"buster" "d2126c57347cfe5ca81d912ddfecc02e9a741c6e100d8d8295b735f979bc1a9d";
2424
"buster-updates" "2efadfba571a0c888a8e0175c6f782f7a0afe18dee0e3fbcf1939931639749b8";
25-
"updates" "5a9bda70b67ba71088bc7576dd6ee078f75428ea6291ca7b22ac7d79a9ec73e8";
25+
"updates" "77e007af43d55371a718809c73aeb0bc3f2711cc2bed90ae9d7b03a4e9561125";
2626
};
2727
EOF
2828

0 commit comments

Comments
 (0)