Skip to content

Commit

Permalink
Dockefile fixes for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlp4 committed Mar 18, 2024
1 parent 8f82d15 commit 797ec9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
###########################################################################################
FROM ubuntu:20.04

ENV GO_VERSION '1.17.8'
ENV GO_VERSION '1.19.13'
ENV GO_ARCH 'linux-amd64'
ENV GO_BIN_SHA '980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99'
ENV GO_BIN_SHA '4643d4c29c55f53fa0349367d7f1bb5ca554ea6ef528c146825b0f8464e2e668'
ENV DEBIAN_FRONTEND=noninteractive
ENV DAEMON_HOME /root/.cyber
ENV DAEMON_RESTART_AFTER_UPGRADE=true
ENV DAEMON_ALLOW_DOWNLOAD_BINARIES=false
ENV DAEMON_ALLOW_DOWNLOAD_BINARIES=true
ENV DAEMON_LOG_BUFFER_SIZE=1048
ENV UNSAFE_SKIP_BACKUP=true
ENV DAEMON_NAME cyber
Expand Down Expand Up @@ -60,9 +60,9 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
&& cp ./build/cyber /cyber/cosmovisor/genesis/bin/ \
&& cp ./build/cyber /usr/local/bin \
&& rm -rf ./build \
# Compile cyber for genesis version
# Compile cyber for cyberfrey version
###########################################################################################
&& git checkout v0.3.0 \
&& git checkout v2.0.0 \
&& cd /sources/x/rank/cuda \
&& make build \
&& cd /sources \
Expand Down

0 comments on commit 797ec9f

Please sign in to comment.