Skip to content

Commit ab1f087

Browse files
committed
Change CDN
1 parent 18cd994 commit ab1f087

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/debug.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
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" ) .

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5254
RUN apt-get update && apt-get install -y \
5355
curl \
5456
gnupg \

mina.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
supported_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

0 commit comments

Comments
 (0)