Skip to content

Commit 540d64b

Browse files
authored
Bump ubuntu image used, 22.04 has a more recent version of libc that should match the one by github runners. (cosmos#3851)
1 parent 4af67c6 commit 540d64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY Makefile .
2424

2525
RUN make build
2626

27-
FROM ubuntu:20.04
27+
FROM ubuntu:22.04
2828

2929
ARG IBC_GO_VERSION
3030

0 commit comments

Comments
 (0)