Skip to content

Commit 596cda0

Browse files
committed
fix: bump base docker image to ubuntu:noble
Signed-off-by: Artur Troian <[email protected]>
1 parent 009fab0 commit 596cda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_build/Dockerfile.akash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye
1+
FROM ubuntu:noble
22
LABEL "org.opencontainers.image.source"="https://github.com/akash-network/node"
33

44
COPY ./akash /bin/

make/test-upgrade.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ UPGRADE_FROM := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name
2121
GENESIS_BINARY_VERSION := $(shell cat $(ROOT_DIR)/meta.json | jq -r --arg name $(UPGRADE_TO) '.upgrades[$$name].from_binary' | tr -d '\n')
2222
UPGRADE_BINARY_VERSION ?= local
2323

24-
SNAPSHOT_SOURCE ?= mainnet
24+
SNAPSHOT_SOURCE ?= sandbox-2
2525

2626
ifeq ($(SNAPSHOT_SOURCE),mainnet)
2727
SNAPSHOT_NETWORK := akashnet-2

0 commit comments

Comments
 (0)