Skip to content

Commit

Permalink
build: temporarily change "dockertest-server" dependency
Browse files Browse the repository at this point in the history
Issuers support was tested with the latest "1.15.1" vault version

revert when the following PR will be merged:
jmgilman/dockertest-server#12
  • Loading branch information
andronov-alexey authored and stormshield-gt committed Apr 19, 2024
1 parent 98ef115 commit 0dfba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use vaultrs::{
};

pub const PORT: u32 = 8300;
pub const VERSION: &str = "1.10.3";
pub const VERSION: &str = "1.15.1";
pub const NGINX_PORT: u32 = 8888;
pub const NGINX_VERSION: &str = "1.21";
pub const LOCALSTACK_VERSION: &str = "2.0.2";
Expand Down

0 comments on commit 0dfba89

Please sign in to comment.