Skip to content

Commit

Permalink
[nc] new FROM and releated packages
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Mar 5, 2023
1 parent 276de81 commit 5e416e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/circleci_base_image_alpine.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@test "curl version" {
run bash -c "docker exec circleci-base-image-alpine-edge curl --version"
[[ "${output}" =~ "7.89" ]]
[[ "${output}" =~ "7.88" ]]
}

@test "wget version" {
Expand Down

0 comments on commit 5e416e5

Please sign in to comment.