Skip to content

Commit 70a12bd

Browse files
test: Update outdated base image version of fedora to latest version (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 <[email protected]>
1 parent 8a1b3ca commit 70a12bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ADD . /interchain-security
2020

2121
WORKDIR /interchain-security
2222

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

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

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

0 commit comments

Comments
 (0)