Update WordPress 6.0.0 -> 6.0.1

This commit is contained in:
2022-07-25 23:42:46 +02:00
parent d91532bc8c
commit 6cbd0dd438
2 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
group "default" {
targets = ["5_3_0", "5_3_1", "5_3_2", "5_4_0", "5_4_1", "5_4_2", "5_5_1", "5_5_3", "5_6_0", "5_6_1", "5_6_2", "5_7_0", "5_7_1", "5_7_2", "5_8_0", "5_8_1", "5_8_2", "5_8_3", "5_9_0", "5_9_1", "5_9_2", "5_9_3", "6.0.0"]
targets = ["5_3_0", "5_3_1", "5_3_2", "5_4_0", "5_4_1", "5_4_2", "5_5_1", "5_5_3", "5_6_0", "5_6_1", "5_6_2", "5_7_0", "5_7_1", "5_7_2", "5_8_0", "5_8_1", "5_8_2", "5_8_3", "5_9_0", "5_9_1", "5_9_2", "5_9_3", "6.0.0", "6_0_1"]
}
target "build-dockerfile" {
@@ -192,8 +192,16 @@ target "5_9_3" {
target "6_0_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:6.0.0", "docker.io/nlss/wordpress:6.0", "docker.io/nlss/wordpress:latest"]
tags = ["docker.io/nlss/wordpress:6.0.0"]
args = {
WP_VERSION = "6.0.0"
}
}
target "6_0_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
tags = ["docker.io/nlss/wordpress:6.0.1", "docker.io/nlss/wordpress:6.0", "docker.io/nlss/wordpress:latest"]
args = {
WP_VERSION = "6.0.1"
}
}