Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Jan 9, 2024
1 parent 0c97be2 commit de2d985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ RUN apt update && \
rm -rf /var/cache/apt/*

# gomplete for updating config with env vars
RUN GOMPLATE_VER=v3.11.6 && \
RUN GOMPLATE_VER="v3.11.6" && \
curl -o /usr/local/bin/gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VER}/gomplate_linux-amd64 && \
chmod 755 /usr/local/bin/gomplate

# get the runtime
ARG GH_TOKEN
RUN BLS_RUNTIME_VER=v0.3.1 && \
RUN BLS_RUNTIME_VER="v0.3.1" && \
curl -o ./runtime.tar.gz -sSL https://github.com/blocklessnetwork/bls-runtime/releases/download/${BLS_RUNTIME_VER}/blockless-runtime.linux-latest.x86_64.tar.gz && \
mkdir /app/runtime && \
tar -xvkf ./runtime.tar.gz -C /app/runtime && \
Expand Down

0 comments on commit de2d985

Please sign in to comment.