Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Nov 30, 2024
1 parent b8a3a0b commit 5a4c334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion odind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Declare build arguments at the top of the Dockerfile
ARG ODIN_VERSION=v0.9.4
ARG ODIN_VERSION=v0.9.3
ARG YODA_VERSION=v0.10.0
ARG ALPINE_VERSION=3.20
ARG UID=1025
Expand Down
3 changes: 2 additions & 1 deletion osmosisd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Declare build arguments at the top of the Dockerfile
ARG OSMOSIS_VERSION=26.0.0
ARG OSMOSIS_VERSION=27.0.0
ARG ALPINE_VERSION=3.20
ARG UID=1025
ARG USER=heighliner

# Stage 1: Extract the osmosisd binary from the osmolabs/osmosis image
FROM osmolabs/osmosis:${OSMOSIS_VERSION} AS source
# FROM ghcr.io/defiantlabs/osmosis:v27.0.0-local-alpine-iavl AS source

# Final Stage: Use a specific version of Alpine as the base image
FROM alpine:${ALPINE_VERSION}
Expand Down

0 comments on commit 5a4c334

Please sign in to comment.