mirror of https://github.com/docker/docs.git
config: fix incorrect example version for alpine
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9a91826082
commit
1385e3c6cc
|
@ -100,7 +100,7 @@ params:
|
||||||
|
|
||||||
example_go_version: "1.21"
|
example_go_version: "1.21"
|
||||||
example_golangci_lint_version: "v1.52"
|
example_golangci_lint_version: "v1.52"
|
||||||
example_alpine_version: "1.19"
|
example_alpine_version: "3.19"
|
||||||
example_node_version: "20"
|
example_node_version: "20"
|
||||||
|
|
||||||
min_api_threshold: 1.41
|
min_api_threshold: 1.41
|
||||||
|
|
Loading…
Reference in New Issue