Skip to content

Commit

Permalink
test: Update outdated base image version of fedora to latest version …
Browse files Browse the repository at this point in the history
…(backport #1450) (#1451)

test: Update outdated base image version of fedora to latest version (#1450)

Update outdated base image version of fedora to latest version

(cherry picked from commit e377d59)

Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com>
  • Loading branch information
mergify[bot] and bermuell committed Nov 27, 2023
1 parent 8a1b3ca commit 70a12bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD . /interchain-security

WORKDIR /interchain-security

# Do not specify version here. It leads to odd replacement behavior
# Do not specify version here. It leads to odd replacement behavior
RUN if [ -d "./cosmos-sdk" ]; then go mod edit -replace github.com/cosmos/cosmos-sdk=./cosmos-sdk; fi
RUN go mod tidy

Expand All @@ -36,7 +36,7 @@ FROM informalofftermatt/cometmock:latest as cometmock-builder
# Get GoRelayer
FROM informalofftermatt/gorelayer:nogas AS gorelayer-builder

FROM --platform=linux/amd64 fedora:36
FROM --platform=linux/amd64 fedora:39
RUN dnf update -y
RUN dnf install -y which iproute iputils procps-ng vim-minimal tmux net-tools htop jq
USER root
Expand Down

0 comments on commit 70a12bd

Please sign in to comment.