We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafaf9f commit 3955770Copy full SHA for 3955770
docker-bake.hcl
@@ -17,7 +17,7 @@ variable "modsec2-flags" {
17
default = "--with-yajl --with-ssdeep --with-pcre2"
18
}
19
20
-variable "v3-lts-crs-version" {
+variable "previous-lts-crs-version" {
21
default = "3.3.9"
22
23
@@ -32,7 +32,7 @@ variable "v4-lts-crs-version" {
32
33
variable "crs-versions" {
34
default = [
35
- { tag = "previous", version = v3-lts-crs-version },
+ { tag = "previous-lts", version = v3-lts-crs-version },
36
{ tag = "lts", version = v4-lts-crs-version },
37
{ tag = "latest", version = major-crs-version }
38
]
0 commit comments