From 98cbe6f30b700644d1d64e87116429c02d5b286c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Apr 2026 00:50:05 +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 6a9a5187f..be3e54d6c 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.26@sha256:ec4debba7b371fb2eaa6169a72fc61ad93b9be6a9ae9da2a010cb81a760d36e7 as skopeo +FROM golang:1.26@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 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.26@sha256:ec4debba7b371fb2eaa6169a72fc61ad93b9be6a9ae9da2a010cb81a760d36e7 as umoci +FROM golang:1.26@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 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:35b8ff74ead4880f22090b617372daff0ccae742eb5674455d542bef71ef1999 +FROM debian:trixie-20260421@sha256:35b8ff74ead4880f22090b617372daff0ccae742eb5674455d542bef71ef1999 # %include-run-task