Skip to content

Commit c58a76d

Browse files
committed
Add 8.2 to versions list
1 parent 57c5988 commit c58a76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker-bake.blueprint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $variants := list "apache" "fpm" "cli" }}{{ $versions := list "8.1" "8.0" "7.4" "7.3" "7.2" }}{{ $nodeVersions := list "18" "16" "14" "12" "10" }}
1+
{{ $variants := list "apache" "fpm" "cli" }}{{ $versions := list "8.2" "8.1" "8.0" "7.4" "7.3" "7.2" }}{{ $nodeVersions := list "18" "16" "14" "12" "10" }}
22
group "default" {
33
targets = [
44
{{range $phpV := $versions}}

0 commit comments

Comments
 (0)