Skip to content

Commit

Permalink
fix: adjust docker api version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Aug 4, 2024
1 parent ea969e0 commit 773a3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docker/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func createTestFile(fileName string, content string) error {
}

var (
dockerAPIVersion = "1.40"
dockerAPIVersion = "v1.40"
projectName = "test"
composeContents = `services:
test:
Expand Down

0 comments on commit 773a3df

Please sign in to comment.