Skip to content

Commit

Permalink
[nc] new base image and related packages, new version 1password
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Sep 11, 2023
1 parent b8a85ca commit 1f3939a
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 @@ -27,7 +27,7 @@

@test "1password version" {
run bash -c "docker exec circleci-base-image-alpine-edge op --version"
[[ "${output}" =~ "2.20" ]]
[[ "${output}" =~ "2.21" ]]
}

@test "opw version" {
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 @@ -22,7 +22,7 @@

@test "1password version" {
run bash -c "docker exec circleci-base-image-slim-edge op --version"
[[ "${output}" =~ "2.20" ]]
[[ "${output}" =~ "2.21" ]]
}

@test "teller version" {
Expand Down

0 comments on commit 1f3939a

Please sign in to comment.