File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
chains/osmosis/configuration Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
33# Please, when adding/editing this Dockerfile also take care of Dockerfile.cosmovisor as well
44
5- ARG GO_VERSION="1.23 "
5+ ARG GO_VERSION="1.21 "
66ARG RUNNER_IMAGE="gcr.io/distroless/static-debian11"
77ARG BUILD_TAGS="netgo,ledger,muslc"
88
99# --------------------------------------------------------
1010# Builder
1111# --------------------------------------------------------
1212
13- FROM golang:${GO_VERSION}-alpine3.20 as builder
13+ FROM golang:${GO_VERSION}-alpine3.18 as builder
1414
1515ARG GIT_VERSION
1616ARG GIT_COMMIT
@@ -19,8 +19,7 @@ ARG BUILD_TAGS
1919RUN apk add --no-cache \
2020 ca-certificates \
2121 build-base \
22- linux-headers \
23- binutils-gold
22+ linux-headers
2423
2524# Download go dependencies
2625WORKDIR /osmosis
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ services:
55 context : ../../
66 dockerfile : Dockerfile
77 args :
8- RUNNER_IMAGE : alpine:3 .19
9- GO_VERSION : " 1.23 "
8+ RUNNER_IMAGE : golang:1.21.7-alpine3 .19
9+ GO_VERSION : " 1.21 "
1010 volumes :
1111 - ./scripts/uosmoUionBalancerPool.json:/osmosis/uosmoUionBalancerPool.json
1212 - ./scripts/uosmoUusdcBalancerPool.json:/osmosis/uosmoUusdcBalancerPool.json
You can’t perform that action at this time.
0 commit comments