Skip to content

Commit 8d5fbe3

Browse files
authored
Merge pull request #274 from crazy-max/update-xx
update xx to 1.7.0
2 parents 47703d7 + c3f528c commit 8d5fbe3

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.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.6.1"
17+
ARG XX_VERSION="1.7.0"
1818
ARG DEBIAN_FRONTEND="noninteractive"
1919

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

pkg/docker-cli/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.6.1"
17+
ARG XX_VERSION="1.7.0"
1818

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

0 commit comments

Comments
 (0)