Skip to content

Commit 35f3499

Browse files
authored
Merge pull request #357 from crazy-max/update-xx
update xx to 1.9.0
2 parents 9d99115 + 36279dc commit 35f3499

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

pkg/buildx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818
ARG DEBIAN_FRONTEND="noninteractive"
1919

2020
ARG DISTRO_NAME="debian12"

pkg/buildx/verify.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818

1919
ARG DISTRO_TYPE="deb"
2020
ARG DISTRO_IMAGE="debian:bookworm"

pkg/cagent/verify.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818

1919
ARG DISTRO_TYPE="deb"
2020
ARG DISTRO_IMAGE="debian:bookworm"

pkg/compose/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818
ARG DEBIAN_FRONTEND="noninteractive"
1919

2020
ARG DISTRO_NAME="debian12"

pkg/compose/verify.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818

1919
ARG DISTRO_TYPE="deb"
2020
ARG DISTRO_IMAGE="debian:bookworm"

pkg/containerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818
ARG DEBIAN_FRONTEND="noninteractive"
1919

2020
# https://github.com/containerd/containerd/blob/main/.github/workflows/ci.yml#L111

pkg/containerd/verify.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818

1919
ARG DISTRO_TYPE="deb"
2020
ARG DISTRO_IMAGE="debian:bookworm"

pkg/credential-helpers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818
ARG OSXCROSS_VERSION="11.3-r7-debian"
1919
ARG DEBIAN_FRONTEND="noninteractive"
2020

pkg/credential-helpers/verify.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818

1919
ARG DISTRO_TYPE="deb"
2020
ARG DISTRO_IMAGE="debian:bookworm"

pkg/docker-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG XX_VERSION="1.7.0"
17+
ARG XX_VERSION="1.9.0"
1818
ARG DEBIAN_FRONTEND="noninteractive"
1919

2020
# https://github.com/docker/cli/blob/master/Dockerfile#L9

0 commit comments

Comments
 (0)