From 08107fc77eca431d67541ccf638e46df34b0cdd1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Jan 2021 21:43:32 +0000 Subject: [PATCH] Pin Docker digests --- Dockerfile | 2 +- docker/campaign-volume-workspace/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 904db8405d..7580178cb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sourcegraph/alpine:3.10 +FROM sourcegraph/alpine:3.10@sha256:4d05cd5669726fc38823e92320659a6d1ef7879e62268adec5df658a0bacf65c # needed for `src lsif upload` and `src actions exec` RUN apk add --no-cache git diff --git a/docker/campaign-volume-workspace/Dockerfile b/docker/campaign-volume-workspace/Dockerfile index ce4cc19961..b6fb32100a 100644 --- a/docker/campaign-volume-workspace/Dockerfile +++ b/docker/campaign-volume-workspace/Dockerfile @@ -2,7 +2,7 @@ # that we use to run curl, git, and unzip against a Docker volume when using # the volume workspace. -FROM alpine:3.12.3 +FROM alpine:3.12.3@sha256:074d3636ebda6dd446d0d00304c4454f468237fdacf08fb0eeac90bdbfa1bac7 # Note that we have to configure git's user.email and user.name settings to # avoid issues when committing changes. These values are not used when creating