From e02addcc053b32f72fab70df2c16cf9c8cc975b9 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 6 May 2021 15:42:58 +0000 Subject: [PATCH] Update sourcegraph/alpine base images to latest --- Dockerfile | 2 +- Dockerfile.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c87f269b3..daee0fbd0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /src RUN go build ./cmd/src # This stage should be kept in sync with Dockerfile.release. -FROM sourcegraph/alpine:3.12@sha256:133a0a767b836cf86a011101995641cf1b5cbefb3dd212d78d7be145adde636d +FROM sourcegraph/alpine:3.12@sha256:ce099fbcd3cf70b338fc4cb2a4e1fa9ae847de21afdb0a849a393b87d94fb174 # needed for `src lsif upload` and `src actions exec` RUN apk add --no-cache git diff --git a/Dockerfile.release b/Dockerfile.release index 077958151c..ed388c09c1 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -2,7 +2,7 @@ # suitable for testing, since it depends on a src binary being at the project # root _and_ that src binary being runnable on Alpine. To test this, refer to # the main Dockerfile, which should have an identical second stage. -FROM sourcegraph/alpine:3.12@sha256:133a0a767b836cf86a011101995641cf1b5cbefb3dd212d78d7be145adde636d +FROM sourcegraph/alpine:3.12@sha256:ce099fbcd3cf70b338fc4cb2a4e1fa9ae847de21afdb0a849a393b87d94fb174 # needed for `src lsif upload` and `src actions exec` RUN apk add --no-cache git