From 72b3d0641d25c66e87c0d86319a76710e00e062e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 5 Feb 2026 02:25:53 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- taskcluster/docker/skopeo/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taskcluster/docker/skopeo/Dockerfile b/taskcluster/docker/skopeo/Dockerfile index 8950e1426..8d1824abf 100644 --- a/taskcluster/docker/skopeo/Dockerfile +++ b/taskcluster/docker/skopeo/Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 as skopeo +FROM golang:1.25@sha256:d2e5acc5c29cc331ad5e4f59b09dee0f7d47043b072de0799be63e5c49f95feb as skopeo WORKDIR /go/src/ RUN ["/usr/bin/git", "clone", "--no-checkout", "--depth=1", "--branch=v1.1.0", "https://github.com/containers/skopeo", "."] @@ -15,7 +15,7 @@ RUN ["/usr/local/go/bin/go", "build", \ "./cmd/skopeo"] -FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 as umoci +FROM golang:1.25@sha256:d2e5acc5c29cc331ad5e4f59b09dee0f7d47043b072de0799be63e5c49f95feb as umoci WORKDIR /go/src/ RUN ["/usr/bin/git", "clone", "--no-checkout", "--depth=1", "--branch=v0.4.6", "https://github.com/opencontainers/umoci", "."] @@ -27,7 +27,7 @@ RUN ["/usr/local/go/bin/go", "build", \ "./cmd/umoci"] -FROM debian:trixie@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104 +FROM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91 # %include-run-task