Skip to content

Commit

Permalink
[ncheneweth] new base images and package updates
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Apr 2, 2022
1 parent 62f6d1d commit d7c149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/circleci_base_image_alpine.bats
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@test "secrethub version" {
run bash -c "docker exec circleci-base-image-alpine-edge secrethub --version"
[[ "${output}" =~ "0.43.0" ]]
[[ "${output}" =~ "0.44.0" ]]
}

@test "describe user circleci" {
Expand Down
2 changes: 1 addition & 1 deletion test/circleci_base_image_slim.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@test "secrethub version" {
run bash -c "docker exec circleci-base-image-slim-edge secrethub --version"
[[ "${output}" =~ "0.43.0" ]]
[[ "${output}" =~ "0.44.0" ]]
}

@test "describe user circleci" {
Expand Down

0 comments on commit d7c149c

Please sign in to comment.