Skip to content

Commit 3955770

Browse files
fzipitheseion
andcommitted
Apply suggestions from code review
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent aafaf9f commit 3955770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "modsec2-flags" {
1717
default = "--with-yajl --with-ssdeep --with-pcre2"
1818
}
1919

20-
variable "v3-lts-crs-version" {
20+
variable "previous-lts-crs-version" {
2121
default = "3.3.9"
2222
}
2323

@@ -32,7 +32,7 @@ variable "v4-lts-crs-version" {
3232

3333
variable "crs-versions" {
3434
default = [
35-
{ tag = "previous", version = v3-lts-crs-version },
35+
{ tag = "previous-lts", version = v3-lts-crs-version },
3636
{ tag = "lts", version = v4-lts-crs-version },
3737
{ tag = "latest", version = major-crs-version }
3838
]

0 commit comments

Comments
 (0)