File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6363 docker build --build-arg MINA_BASE_TAG=${!MINA_BASE_TAG_VAR} \
6464 --build-arg MINA_NETWORK=$network \
6565 --build-arg DEBIAN_RELEASE_CHANNEL=${!DEBIAN_RELEASE_CHANNEL_VAR} \
66- --add-host deb.debian.org:146.75.42.13 \
6766 -t ${{ env.ECR_REPOSITORY_URL}}/${{ env.ECR_REPOSITORY_NAME }}:$network-${{ env.VERSION }} \
6867 -t ${{ env.ECR_REPOSITORY_URL}}/${{ env.ECR_REPOSITORY_NAME }}:$network-latest \
6968 $( [[ "$network" == "mainnet" ]] && echo "-t ${{ env.ECR_REPOSITORY_URL}}/${{ env.ECR_REPOSITORY_NAME }}:${{ env.VERSION }} -t ${{ env.ECR_REPOSITORY_URL}}/${{ env.ECR_REPOSITORY_NAME }}:latest" ) .
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ ENV POSTGRES_VERSION=$POSTGRES_VERSION
4949
5050# Install dependencies and Mina daemon in one step
5151
52+ RUN sed -i 's|http://deb.debian.org|http://cdn-fastly.deb.debian.org|g' /etc/apt/sources.list
53+
5254RUN apt-get update && apt-get install -y \
5355 curl \
5456 gnupg \
Original file line number Diff line number Diff line change 11supported_releases :
22 mainnet :
33 debian_release_channel : beta
4- mina_base_tag : 3.0.4 -beta1-343543b
4+ mina_base_tag : 3.1.0 -beta1-a35e440
55 devnet :
66 debian_release_channel : alpha
77 mina_base_tag : 3.0.4-alpha2-b8cdab0
You can’t perform that action at this time.
0 commit comments