Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/campaign-volume-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down