Skip to content

Commit

Permalink
[nc] new base image and related packages
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 9, 2023
1 parent 44563a6 commit edeb517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/circleci_base_image_slim.bats
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

@test "vault version" {
run bash -c "docker exec circleci-base-image-slim-edge vault -v"
[[ "${output}" =~ "1.14" ]]
[[ "${output}" =~ "1.15" ]]
}

@test "describe user circleci" {
Expand Down

0 comments on commit edeb517

Please sign in to comment.