We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009fab0 commit 596cda0Copy full SHA for 596cda0
_build/Dockerfile.akash
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye
+FROM ubuntu:noble
2
LABEL "org.opencontainers.image.source"="https://github.com/akash-network/node"
3
4
COPY ./akash /bin/
make/test-upgrade.mk
@@ -21,7 +21,7 @@ UPGRADE_FROM := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name
21
GENESIS_BINARY_VERSION := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name $(UPGRADE_TO) '.upgrades[$$name].from_binary' | tr -d '\n')
22
UPGRADE_BINARY_VERSION ?= local
23
24
-SNAPSHOT_SOURCE ?= mainnet
+SNAPSHOT_SOURCE ?= sandbox-2
25
26
ifeq ($(SNAPSHOT_SOURCE),mainnet)
27
SNAPSHOT_NETWORK := akashnet-2
0 commit comments