Skip to content

Commit 0e67b13

Browse files
committed
1.11.2-shrapnel
1 parent da9c9c8 commit 0e67b13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG AVALANCHE_REPO="https://github.com/ava-labs/avalanchego.git"
2-
ARG AVALANCHE_RELEASE="v1.10.15"
2+
ARG AVALANCHE_RELEASE="v1.11.2"
33

44
ARG AVALANCHE_SUBNETS_REPO="https://github.com/ava-labs/subnet-evm"
5-
ARG AVALANCHE_SUBNETS_RELEASE="v0.5.8"
5+
ARG AVALANCHE_SUBNETS_RELEASE="v0.6.2"
66

77
ARG AVALANCHE_SUBNETS_NETWORKS_REPO="https://github.com/ava-labs/public-chain-assets"
88
ARG AVALANCHE_SUBNETS_NETWORKS_RELEASE="main"
@@ -17,7 +17,7 @@ ARG SWIMMER_BLOCKCHAIN_ID="2K33xS9AyP9oCDiHYKVrHe7F54h2La5D8erpTChaAhdzeSu2RX"
1717

1818
ARG SHRAPNEL_VM_ID="spwf44sL7fXJDwxthqSH9S255fgLRZP9eTFpuAGaE8Q7PyZjL"
1919

20-
FROM golang:1.20.10 AS builder
20+
FROM golang:1.21.7 AS builder
2121

2222
ARG AVALANCHE_REPO
2323
ARG AVALANCHE_RELEASE

0 commit comments

Comments
 (0)