···1818RUN apk update --no-cache && apk upgrade --no-cache && \
1919 apk add --no-cache git ca-certificates bind-tools tini jansson
20202121-# Commit from 2022-02-09. Please always pick a commit from the main branch.
2222-ENV SOURCEGRAPH_COMMIT=70028a0bde4bbffe1919635b3d1fee99c2e28625
2121+# Commit from 2022-02-10. Please always pick a commit from the main branch.
2222+ENV SOURCEGRAPH_COMMIT=d9f1ea582042a98a5ab1e6f0e9147ad0ca996df8
2323ADD https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh /tmp/
2424RUN sh /tmp/ctags-install-alpine.sh && rm /tmp/ctags-install-alpine.sh
2525