diff --git a/pkg/buildx/Dockerfile b/pkg/buildx/Dockerfile index 6f3b1bc2..2923fc9a 100644 --- a/pkg/buildx/Dockerfile +++ b/pkg/buildx/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # common args diff --git a/pkg/buildx/verify.Dockerfile b/pkg/buildx/verify.Dockerfile index 5435ea1c..1f57470b 100644 --- a/pkg/buildx/verify.Dockerfile +++ b/pkg/buildx/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/compose/Dockerfile b/pkg/compose/Dockerfile index bcf4cd06..729f44c7 100644 --- a/pkg/compose/Dockerfile +++ b/pkg/compose/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # common args diff --git a/pkg/compose/verify.Dockerfile b/pkg/compose/verify.Dockerfile index b59ae033..8d583c68 100644 --- a/pkg/compose/verify.Dockerfile +++ b/pkg/compose/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index d4376d62..2ff47c47 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # https://github.com/containerd/containerd/blob/main/.github/workflows/ci.yml#L132 diff --git a/pkg/containerd/verify.Dockerfile b/pkg/containerd/verify.Dockerfile index 39f1b109..f43328c3 100644 --- a/pkg/containerd/verify.Dockerfile +++ b/pkg/containerd/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/credential-helpers/Dockerfile b/pkg/credential-helpers/Dockerfile index 92b05481..890cc312 100644 --- a/pkg/credential-helpers/Dockerfile +++ b/pkg/credential-helpers/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # common args diff --git a/pkg/credential-helpers/verify.Dockerfile b/pkg/credential-helpers/verify.Dockerfile index 4512a032..2a65b710 100644 --- a/pkg/credential-helpers/verify.Dockerfile +++ b/pkg/credential-helpers/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/docker-cli/Dockerfile b/pkg/docker-cli/Dockerfile index d03a2b72..a5f3a639 100644 --- a/pkg/docker-cli/Dockerfile +++ b/pkg/docker-cli/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # https://github.com/docker/cli/blob/master/Dockerfile#L7 diff --git a/pkg/docker-cli/verify.Dockerfile b/pkg/docker-cli/verify.Dockerfile index a2c05485..c13ecb58 100644 --- a/pkg/docker-cli/verify.Dockerfile +++ b/pkg/docker-cli/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/docker-engine/Dockerfile b/pkg/docker-engine/Dockerfile index dd42cb46..a3954246 100644 --- a/pkg/docker-engine/Dockerfile +++ b/pkg/docker-engine/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # https://github.com/moby/moby/blob/master/Dockerfile#L178 diff --git a/pkg/docker-engine/verify.Dockerfile b/pkg/docker-engine/verify.Dockerfile index a0ed53d0..8c50f35b 100644 --- a/pkg/docker-engine/verify.Dockerfile +++ b/pkg/docker-engine/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/sbom/Dockerfile b/pkg/sbom/Dockerfile index 758c73af..93b18d0d 100644 --- a/pkg/sbom/Dockerfile +++ b/pkg/sbom/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # common args diff --git a/pkg/sbom/verify.Dockerfile b/pkg/sbom/verify.Dockerfile index 436ed78d..b9ddba0a 100644 --- a/pkg/sbom/verify.Dockerfile +++ b/pkg/sbom/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE diff --git a/pkg/scan/Dockerfile b/pkg/scan/Dockerfile index 3f3efc6d..5be93446 100644 --- a/pkg/scan/Dockerfile +++ b/pkg/scan/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG DEBIAN_FRONTEND="noninteractive" # common args diff --git a/pkg/scan/verify.Dockerfile b/pkg/scan/verify.Dockerfile index e87e661f..f25da2dd 100644 --- a/pkg/scan/verify.Dockerfile +++ b/pkg/scan/verify.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG XX_VERSION="1.1.2" +ARG XX_VERSION="1.2.1" ARG PKG_TYPE ARG PKG_BASE_IMAGE