Skip to content

Commit

Permalink
Merge pull request #2986 from irisnet/update-dockerfile
Browse files Browse the repository at this point in the history
chore(Dockerfile): update dockerfile
  • Loading branch information
mitch1024 authored Dec 26, 2024
2 parents b0f9252 + 55fb88e commit aabde0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build image: docker build -t irisnet/irishub:v2.1.0 --build-arg EVM_CHAIN_ID=6688 .
#
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder

ARG EVM_CHAIN_ID

Expand Down

0 comments on commit aabde0c

Please sign in to comment.