Skip to content

Commit

Permalink
update version of secretcli in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cboh4 committed Oct 8, 2024
1 parent fff69b5 commit 36a70f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /go/src/github.com/scrtlabs/SecretNetwork/
# ***************** COMPILE ENCLAVE ************** #
FROM prepare-compile-enclave AS compile-enclave

ARG BUILD_VERSION="v0.0.0"
ARG BUILD_VERSION="v1.15.0"
ARG SGX_MODE=SW
ARG FEATURES
ARG FEATURES_U
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN . /opt/sgxsdk/environment && env \

FROM prepare-compile-enclave AS compile-tendermint-enclave

ARG BUILD_VERSION="v0.0.0"
ARG BUILD_VERSION="v1.15.0"
ARG SGX_MODE=SW
ARG FEATURES
ARG FEATURES_U
Expand Down Expand Up @@ -97,7 +97,7 @@ RUN go install github.com/jteeuwen/go-bindata/go-bindata@latest && go-bindata -v
# Set working directory for the build
WORKDIR /go/src/github.com/scrtlabs/SecretNetwork

ARG BUILD_VERSION="v0.0.0"
ARG BUILD_VERSION="v1.15.0"
ARG SGX_MODE=SW
ARG FEATURES
ARG FEATURES_U
Expand Down Expand Up @@ -239,7 +239,7 @@ ENTRYPOINT ["/bin/bash", "startup.sh"]

FROM release-image as mainnet-release

ARG BUILD_VERSION="v0.0.0"
ARG BUILD_VERSION="v1.15.0"
ENV VERSION=${BUILD_VERSION}

RUN STORAGE_PATH=$(echo ${VERSION} | awk -F'[.]' '{print $1 $2}') \
Expand Down Expand Up @@ -303,7 +303,7 @@ CMD ["/bin/bash", "build_deb.sh"]

FROM compile-enclave as compile-check-hw-tool

ARG BUILD_VERSION="v0.0.0"
ARG BUILD_VERSION="v1.15.0"
ARG FEATURES
ARG FEATURES_U

Expand Down

0 comments on commit 36a70f5

Please sign in to comment.