Skip to content

Commit e5f3cd4

Browse files
rimuszunguiculus
authored andcommitted
Fix wrong docker image tag for docker4mac (#51)
Signed-off-by: rimas <[email protected]>
1 parent 1b4319c commit e5f3cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-for-mac/my_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly IMAGE_TAG=v3.0.0
21+
readonly IMAGE_TAG=v2.0.0
2222
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
2323

2424
main() {

0 commit comments

Comments
 (0)