Skip to content

Commit bc31700

Browse files
Pin Docker digests (#362)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7ce5b18 commit bc31700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sourcegraph/alpine:3.10
1+
FROM sourcegraph/alpine:3.10@sha256:4d05cd5669726fc38823e92320659a6d1ef7879e62268adec5df658a0bacf65c
22

33
# needed for `src lsif upload` and `src actions exec`
44
RUN apk add --no-cache git

docker/campaign-volume-workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# that we use to run curl, git, and unzip against a Docker volume when using
33
# the volume workspace.
44

5-
FROM alpine:3.12.3
5+
FROM alpine:3.12.3@sha256:074d3636ebda6dd446d0d00304c4454f468237fdacf08fb0eeac90bdbfa1bac7
66

77
# Note that we have to configure git's user.email and user.name settings to
88
# avoid issues when committing changes. These values are not used when creating

0 commit comments

Comments
 (0)