Skip to content

Commit 324788e

Browse files
committed
chore: fully rolled back osmosis
1 parent 5037cb7 commit 324788e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

chains/osmosis/configuration/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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"
66
ARG RUNNER_IMAGE="gcr.io/distroless/static-debian11"
77
ARG 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

1515
ARG GIT_VERSION
1616
ARG GIT_COMMIT
@@ -19,8 +19,7 @@ ARG BUILD_TAGS
1919
RUN apk add --no-cache \
2020
ca-certificates \
2121
build-base \
22-
linux-headers \
23-
binutils-gold
22+
linux-headers
2423

2524
# Download go dependencies
2625
WORKDIR /osmosis

chains/osmosis/configuration/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)