Update path to new cacerts (2022-02-01), too

This commit is contained in:
jhonas 2022-02-09 11:49:04 +01:00
parent b431acca13
commit 1879ab0ccd
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -60,7 +60,7 @@ pkgs.devshell.mkShell {
# see: https://github.com/joyent/triton-docker-cli/issues/17
{
name = "CURL_CA_BUNDLE";
value = "${self.packages.${system}.triton-utils}/share/certs/cacert-2021-10-26.pem";
value = "${self.packages.${system}.triton-utils}/share/certs/cacert-2022-02-01.pem";
}
{
name = "CONSUL_HTTP_ADDR";