We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77426b9 commit ae75728Copy full SHA for ae75728
genesis-blex/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
3
ENV BLEX_REPO_URL https://github.com/GenesisKernel/blockexplorer
4
ENV BLEX_BRANCH v0.3.2
5
ENV SCRIPTS_REPO_URL https://github.com/blitzstern5/genesis-scripts
6
-ENV SCRIPTS_BRANCH v0.2.1
+ENV SCRIPTS_BRANCH v0.2.2
7
8
RUN set -ex; apt-get update -y && \
9
mkdir -p /usr/share/man/man1 && mkdir -p /usr/share/man/man7 && \
0 commit comments