From e118c0a1bf0d6608e706307533a941c950d60551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:20:09 +0800 Subject: [PATCH] chore(deps): pin jenkins/ssh-agent docker tag to 681ab56 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e763a67..554c766 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/ssh-agent:5.8.1 +FROM jenkins/ssh-agent:5.8.1@sha256:681ab5620fe9152d915e123a61bb4496904ed690c0d2eb4e93944827b98ccaf5 # Copy the docker binary from the official docker image COPY --from=docker:24.0.6-cli@sha256:7b954b038ba50b02823f245665cfc52a69676bf8a5fa3d151d4a9aa56bbc5f09 /usr/local/bin/docker /usr/local/bin/docker